Whether to display the shortcut of an item next to the text of the item.

Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
[DefaultValueAttribute(true)]
public bool ShowKeyboardShortcuts { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(True)> _
Public Property ShowKeyboardShortcuts As Boolean

See Also