StripLine.ToolTip Property

Definition

Gets or sets the tooltip of a strip line.

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 value that represents the tooltip of the strip line.

Implements

Attributes

Remarks

If you set this property, a client-side image map will automatically be created, and a map area will be created with the Title attribute set to the specified tooltip string. The map area will use the dimensions that correspond to the strip line.

Setting this property will have no effect if the IsMapEnabled property is set to false. The default value is true.

Applies to