Click or drag to resize

MenuItemText Property

Gets or sets the text of the menu item, with mnemonics identified with &.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public string Text { get; set; }

Property Value

Type: String
The text with mnemonic of the menu item.

Implements

ICommandItemText
See Also