BaseButtonListUseMnemonic Property
This property is used to set or get whether or not mnemonics are used in the display text
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public bool UseMnemonic { get; set; }
Public Property UseMnemonic As Boolean
Get
Set
public:
property bool UseMnemonic {
bool get ();
void set (bool value);
}
member UseMnemonic : bool with get, set
Property Value
Boolean If true (the default), the first character preceded by an ampersand (&) character in the
display text will be used as the button's mnemonic key.