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

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.