Gets or sets a value indicating whether the first character preceded by an ampersand (&) will be used as the button's mnemonic key.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public bool UseMnemonic { get; set; }
Visual Basic
Public Property UseMnemonic As Boolean
	Get
	Set
Visual C++
public:
property bool UseMnemonic {
	bool get ();
	void set (bool value);
}
F#
member UseMnemonic : bool with get, set

Property Value

Type: Boolean
true if the first character preceded by an ampersand (&) will be used as the button's mnemonic key; otherwise, false.

See Also