ESRI.ArcGIS.ADF.Web.UI.WebControls
ToolTip Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Navigation Class : ToolTip Property




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

Syntax

Visual Basic (Declaration) 
<ResDefaultValueAttribute()>
<ResDescriptionAttribute("The tooltip displayed when the mouse is over the control.")>
Public Overrides Property ToolTip As String
Visual Basic (Usage)Copy Code
Dim instance As Navigation
Dim value As String
 
instance.ToolTip = value
 
value = instance.ToolTip
C# 
[ResDefaultValueAttribute()]
[ResDescriptionAttribute("The tooltip displayed when the mouse is over the control.")]
public override string ToolTip {get; set;}

See Also

© 2010 All Rights Reserved.