KeyboardCuesShow Property
Description
The ShowKeyboardCues property is used to specify when to underline the character in menu items that indicates a shortcut key is available. These are the underlined characters used for keyboard navigation, commonly called "Access Keys".
Property Type
Read-write property
Syntax (Visual Basic)
Public Property KeyboardCuesShow() As [XTPKeyboardCuesShow](XtremeCommandBars~Enumerations~XTPKeyboardCuesShow_EN.md)
Remarks
These settings are cosmetic only; they do not affect the execution of the keyboard shortcuts. The XTPKeyboardCuesUse enumeration specifies whether the shortcut keys actually execute.
Example
ShowKeyboardCues Sample (Visual Basic)
This sample illustrates how to remove the underline from the character in menu items with an ampersand (&).
CommandBars.Options.ShowKeyboardCues xtpKeyboardCuesNever
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.