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