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




Indicates whether the ToolbarItem is disabled.

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("General")>
<DefaultValueAttribute()>
<ResDescriptionAttribute("Indicates whether the ToolbarItem is disabled.")>
<NotifyParentPropertyAttribute(True)>
Public Property Disabled As Boolean
Visual Basic (Usage)Copy Code
Dim instance As InteractiveToolbarItem
Dim value As Boolean
 
instance.Disabled = value
 
value = instance.Disabled
C# 
[ResCategoryAttribute("General")]
[DefaultValueAttribute()]
[ResDescriptionAttribute("Indicates whether the ToolbarItem is disabled.")]
[NotifyParentPropertyAttribute(true)]
public bool Disabled {get; set;}

Remarks

When disabled, the toolbar item displays using the ToolbarItemDisabledStyle.

See Also

© 2010 All Rights Reserved.