1 override of ShowKeyboardCues
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripButtonTests.cs (1)
1689
protected internal override bool
ShowKeyboardCues
=> false;
8 references to ShowKeyboardCues
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.ToolStripItemInternalLayout.cs (1)
129
layoutOptions.GdiTextFormatFlags = Owner.
ShowKeyboardCues
? layoutOptions.GdiTextFormatFlags : layoutOptions.GdiTextFormatFlags | TextFormatFlags.HidePrefix;
System\Windows\Forms\Controls\ToolStrips\ToolStripItemTextRenderEventArgs.cs (1)
59
TextFormat = (item.
ShowKeyboardCues
) ? TextFormat : TextFormat | TextFormatFlags.HidePrefix;
System.Windows.Forms.Tests (6)
System\Windows\Forms\ToolStripButtonTests.cs (1)
1744
public new bool ShowKeyboardCues => base.
ShowKeyboardCues
;
System\Windows\Forms\ToolStripControlHostTests.cs (1)
4663
public new bool ShowKeyboardCues => base.
ShowKeyboardCues
;
System\Windows\Forms\ToolStripDropDownItemTests.cs (1)
533
public new bool ShowKeyboardCues => base.
ShowKeyboardCues
;
System\Windows\Forms\ToolStripItemTests.cs (1)
15540
public new bool ShowKeyboardCues => base.
ShowKeyboardCues
;
System\Windows\Forms\ToolStripMenuItemTests.cs (1)
453
public new bool ShowKeyboardCues => base.
ShowKeyboardCues
;
System\Windows\Forms\ToolStripSeparatorTests.cs (1)
1655
public new bool ShowKeyboardCues => base.
ShowKeyboardCues
;