Click or drag to resize

MenuItemToolTip Property

Gets or sets the tool tip of the item.

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

Property Value

Type: String
The tool tip.

Implements

ICommandItemToolTip
See Also