ESRI.ArcGIS.ADF.Web.UI.WebControls
Enabled Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > ToolbarBase Class : Enabled Property




This property should not be used as it is ignored for the functioning of the toolbar.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
Public Overrides Property Enabled As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ToolbarBase
Dim value As Boolean
 
instance.Enabled = value
 
value = instance.Enabled
C# 
[BrowsableAttribute(false)]
public override bool Enabled {get; set;}

Remarks

Although setting this property to False will gray out the toolbar, the toolbar will still function normally. It should therefore not be used.

See Also

© 2010 All Rights Reserved.