7 references to ShowKeyboardCues
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Control.cs (1)
13991
keyboard =
ShowKeyboardCues
;
winforms\Managed\System\WinForms\ControlPaint.cs (2)
2741
else if( ctl.
ShowKeyboardCues
) {
2783
else if( !ctl.
ShowKeyboardCues
) {
winforms\Managed\System\WinForms\GroupBox.cs (3)
524
if (!
ShowKeyboardCues
) {
568
format.HotkeyPrefix =
ShowKeyboardCues
? System.Drawing.Text.HotkeyPrefix.Show : System.Drawing.Text.HotkeyPrefix.Hide;
591
if(!
ShowKeyboardCues
){
winforms\Managed\System\WinForms\ToolStrip.cs (1)
1774
return this.
ShowKeyboardCues
;