CustomLabel.ToolTip Property

Definition

Gets or sets the custom label tooltip text.

public:
 property System::String ^ ToolTip { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public string ToolTip { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.ToolTip : string with get, set
Public Property ToolTip As String

Property Value

A string that represents the tooltip text.

Implements

Attributes

Applies to