Gets or sets the tool tip to show when the mouse is hovered over the control
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public virtual string ToolTip { get; set; }
Public Overridable Property ToolTip As String
Get
Set
abstract ToolTip : string with get, set
override ToolTip : string with get, set
Property Value
Type:
StringThe tool tip.
See Also