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




Returns the Type of the class as a string.

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("General")>
<DefaultValueAttribute()>
<ResDescriptionAttribute("The type of the toolbar item.")>
<NotifyParentPropertyAttribute(True)>
<DesignerSerializationVisibilityAttribute()>
Public ReadOnly Property Type As String
Visual Basic (Usage)Copy Code
Dim instance As InteractiveToolbarItem
Dim value As String
 
value = instance.Type
C# 
[ResCategoryAttribute("General")]
[DefaultValueAttribute()]
[ResDescriptionAttribute("The type of the toolbar item.")]
[NotifyParentPropertyAttribute(true)]
[DesignerSerializationVisibilityAttribute()]
public string Type {get;}

See Also

© 2010 All Rights Reserved.