UseMnemonic Property (C1SuperLabelBase)
In This Topic
Gets or sets whether ampersands (&) are used to indicate the next character is a hot key.
Syntax
'Declaration
<C1CategoryAttribute("Appearance")>
<C1DescriptionAttribute("SL.UseMnemonic", "Gets or sets whether ampersands (&) are used to indicate the next character is a hot key.")>
Public Property UseMnemonic As Boolean
[C1Category("Appearance")]
[C1Description("SL.UseMnemonic", "Gets or sets whether ampersands (&) are used to indicate the next character is a hot key.")]
public bool UseMnemonic {get; set;}
See Also