System.Windows.Forms.MenuItem.Text Property

Gets or sets a value indicating the caption of the menu item.

Syntax

[System.ComponentModel.Localizable(true)]
public string Text { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

When you specify a caption for your menu item, you can also specify an access key by placing an '&' before the character to be used as the access key. For example, to specify the "F" in "File" as an access key, you would specify the caption for the menu item as "&File". You can use this feature to provide keyboard navigation for your menus.

Setting this property to "-" causes your menu item to be displayed as a separator (a horizontal line) rather than a standard menu item.

Requirements

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