HtmlAnchor.Title Property

 

Gets or sets the ToolTip text displayed when the mouse pointer is placed over the HtmlAnchor control.

Namespace:   System.Web.UI.HtmlControls
Assembly:  System.Web (in System.Web.dll)

member Title : string with get, set

Property Value

Type: System.String

The text displayed when the mouse pointer is placed over the HtmlAnchor.

Use this property to provide a custom ToolTip for the HtmlAnchor control. This text is displayed when the mouse pointer rests over the control.

The following code example demonstrates how to use the Title property to provide custom text for the ToolTip.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: