Control::ShowKeyboardCues Property
.NET Framework (current version)
Gets a value indicating whether the user interface is in the appropriate state to show or hide keyboard accelerators.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public protected: [BrowsableAttribute(false)] property bool ShowKeyboardCues { virtual bool get(); }
Property Value
Type: System::Booleantrue if the keyboard accelerators are visible; otherwise, false.
In controls created in the Windows Forms designer, keyboard accelerators are visible by default.
For more information about this feature, see theWM_CHANGEUISTATE,WM_QUERYUISTATE, and the WM_UPDATEUISTATEtopics.
.NET Framework
Available since 1.1
Available since 1.1
Show: