Gets or sets the tooltip text for the tab.

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

Syntax

C#
[DescriptionAttribute("Gets or sets the tooltip text for the tab.")]
[JsonAttribute(true, true, "")]
[LayoutAttribute(LayoutType.Appearance)]
[LocalizableAttribute(true)]
[DefaultValueAttribute("")]
public override string ToolTip { get; set; }
Visual Basic (Declaration)
<DescriptionAttribute("Gets or sets the tooltip text for the tab.")> _
<JsonAttribute(True, True, "")> _
<LayoutAttribute(LayoutType.Appearance)> _
<LocalizableAttribute(True)> _
<DefaultValueAttribute("")> _
Public Overrides Property ToolTip As String
	Get
	Set

Remarks