![]() ![]() |
ESRI.ArcGIS.ADF.Web.UI.WebControls | |
Visible Property | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > ToolbarItem Class : Visible Property |
Visual Basic (Declaration) | |
---|---|
Public MustOverride Property Visible As Boolean |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As ToolbarItem Dim value As Boolean instance.Visible = value value = instance.Visible |
C# | |
---|---|
public abstract bool Visible {get; set;} |
The Visible property for a toolbar item may be changed at run time, but remember that if setting the visibility during a client callback, the Toolbar must be refreshed and then its CallbackResults copied to the control that initiated the callback. See CallbackResults for a discussion of using the callback results.
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