System.Windows.Forms.MenuItem.Mnemonic Property

Gets a value indicating the mnemonic character that is associated with this menu item.

Syntax

[System.ComponentModel.Browsable(false)]
public char Mnemonic { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The mnemonic character is the first character after an ampersand character (&) in the text of the System.Windows.Forms.MenuItem. This property will not return a mnemonic if two ampersand characters are placed together as the ampersands are used to display an ampersand in the text of the System.Windows.Forms.MenuItem instead of defining a mnemonic character.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0