System.Web.UI.WebControls.WebControl.ToolTip Property

Gets or sets the text displayed when the mouse pointer hovers over the Web server control.

Syntax

[System.ComponentModel.Localizable(true)]
[System.ComponentModel.DefaultValue("")]
public virtual string ToolTip { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the WebControl.ToolTip property to specify the custom text that is displayed when the mouse pointer hovers over the Web server control.

Note:

This property is rendered for all browsers. However, only Microsoft Internet Explorer will display this property as a ToolTip. All other browsers will ignore this property.

The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see System.ComponentModel.LocalizableAttribute and ASP.NET Globalization and Localization.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0