Control.ShowKeyboardCues Property
Gets a value indicating whether the control should display keyboard shortcuts.
[Visual Basic] Protected ReadOnly Property ShowKeyboardCues As Boolean [C#] protected bool ShowKeyboardCues {get;} [C++] protected: __property bool get_ShowKeyboardCues(); [JScript] protected function get ShowKeyboardCues() : Boolean;
Property Value
true if the user the control should display keyboard shortcuts; otherwise, false.
Remarks
For more information on this feature, see the WM_CHANGEUISTATE, WM_QUERYUISTATE, and WM_UPDATEUISTATE topics located in the Windows Platform SDK in the MSDN Library.
Windows 2000, Windows Server 2003 family Platform Note: Setting the ShowKeyboardCues property to true causes controls to conform to the Windows 2000 behavior that hides keyboard cues until the user performs a keyboard action.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
Control Class | Control Members | System.Windows.Forms Namespace | UICues | ShowFocusCues | ChangeUICues