ESRI.ArcGIS.ADF.Web.UI.WebControls
Enabled Property
See Also  Send Feedback
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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.