ToolTip

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

Syntax

C#
[BrowsableAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override string ToolTip { get; set; }
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Overrides Property ToolTip As String
	Get
	Set

See Also