ESRI.ArcGIS.ADF.Web.UI.WebControls
Text Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > InteractiveImageToolbarItem Class : Text Property




The text for this ToolbarItem. Only applicable when the ToolbarStyle is TextOnly or ImageAndText.

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("Appearance: Text")>
<DefaultValueAttribute()>
<ResDescriptionAttribute("The text for this ToolbarItem. Only applicable when the ToolbarStyle is TextOnly or ImageAndText.")>
<NotifyParentPropertyAttribute(True)>
Public Property Text As String
Visual Basic (Usage)Copy Code
Dim instance As InteractiveImageToolbarItem
Dim value As String
 
instance.Text = value
 
value = instance.Text
C# 
[ResCategoryAttribute("Appearance: Text")]
[DefaultValueAttribute()]
[ResDescriptionAttribute("The text for this ToolbarItem. Only applicable when the ToolbarStyle is TextOnly or ImageAndText.")]
[NotifyParentPropertyAttribute(true)]
public string Text {get; set;}

See Also

© 2010 All Rights Reserved.