BaseButtonListUseMnemonic 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: 2023.4.9.0
public bool UseMnemonic { get; set; }

Property Value

Boolean

Remarks

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.

See Also