ESRI.ArcGIS.ADF.Web.UI.WebControls
Visible Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > ToolbarItem Class : Visible Property




Whether to display the toolbar item.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property Visible As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ToolbarItem
Dim value As Boolean
 
instance.Visible = value
 
value = instance.Visible
C# 
public abstract bool Visible {get; set;}

Remarks

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.

See Also

© 2010 All Rights Reserved.