UseMnemonic Property (C1Label)
In This Topic
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.
Syntax
'Declaration
Public Property UseMnemonic As Boolean
public bool UseMnemonic {get; set;}
See Also