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




The tool tip for this ToolbarItem.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("The tool tip for this ToolbarItem.")>
<NotifyParentPropertyAttribute(True)>
<ResCategoryAttribute("Appearance: Text")>
<DefaultValueAttribute()>
Public Property ToolTip As String
Visual Basic (Usage)Copy Code
Dim instance As InteractiveToolbarItem
Dim value As String
 
instance.ToolTip = value
 
value = instance.ToolTip
C# 
[ResDescriptionAttribute("The tool tip for this ToolbarItem.")]
[NotifyParentPropertyAttribute(true)]
[ResCategoryAttribute("Appearance: Text")]
[DefaultValueAttribute()]
public string ToolTip {get; set;}

See Also

© 2010 All Rights Reserved.