TCnButtonBase.UseMnemonic Property

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.

Namespace: CNClrLib.Control.ButtonBase
published
 property UseMnemonic: Boolean read GetUseMnemonic write SetUseMnemonic default True;

Property Value

Type: Boolean

true if the first character that is preceded by an ampersand (&) is used as the mnemonic key of the control; otherwise, false. The default is true.