Base Button ListUse Mnemonic Property
This property is used to set or get whether or not mnemonics are used in the display text
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public bool UseMnemonic { get; set; }VB
Public Property UseMnemonic As Boolean
Get
SetC++
public:
property bool UseMnemonic {
bool get ();
void set (bool value);
}F#
member UseMnemonic : bool with get, setProperty Value
BooleanRemarks
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.