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

Namespace:  C1.Web.Editor
Assembly:  C1.Web.Editor.2 (in C1.Web.Editor.2.dll)

Syntax

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

See Also