Gets or sets the text displayed when the mouse pointer hovers over the button.

Namespace:  C1.Web.UI.Controls.C1Window
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute("")]
[JsonAttribute(true, true, "")]
public string Tooltip { get; set; }
Visual Basic
<NotifyParentPropertyAttribute(True)> _
<DefaultValueAttribute("")> _
<JsonAttribute(True, True, "")> _
Public Property Tooltip As String
	Get
	Set

See Also