[]
        
(Showing Draft Content)

C1.Win.Command.C1ToolBar.UseMnemonic

UseMnemonic Property

UseMnemonic

Gets or sets a value indicating whether the first character that is preceded by an ampersand (&) is used as the mnemonic key of the control.

Declaration
[C1Category("Appearance")]
[C1Description("C1ToolBar.UseMnemonic", "A value indicating whether the first character that is preceded by an ampersand (&) is used as the mnemonic key of the control.")]
public bool UseMnemonic { get; set; }
<C1Category("Appearance")>
<C1Description("C1ToolBar.UseMnemonic", "A value indicating whether the first character that is preceded by an ampersand (&) is used as the mnemonic key of the control.")>
Public Property UseMnemonic As Boolean