HtmlAnchor.Title Property
.NET Framework 3.0
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)
Assembly: System.Web (in system.web.dll)
[LocalizableAttribute(true)] public: property String^ Title { String^ get (); void set (String^ value); }
/** @property */ public String get_Title () /** @property */ public void set_Title (String value)
public function get Title () : String public function set Title (value : String)
Not applicable.
Property Value
The text displayed when the mouse pointer is placed over the HtmlAnchor.Community Additions
ADD
Show: