ESRI.ArcGIS.ADF.Web.UI.WebControls
Visible Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > FloatingPanel Class : Visible Property




Gets or sets a value that indicates whether a server control is rendered as UI on the page. (Inherited from Control.)

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<ResCategoryAttribute("Behavior")>
<ResDescriptionAttribute("Indicates whether the control is visible and rendered.")>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
<NotifyParentPropertyAttribute(True)>
Public Shadows Property Visible As Boolean
Visual Basic (Usage)Copy Code
Dim instance As FloatingPanel
Dim value As Boolean
 
instance.Visible = value
 
value = instance.Visible
C# 
[DefaultValueAttribute()]
[ResCategoryAttribute("Behavior")]
[ResDescriptionAttribute("Indicates whether the control is visible and rendered.")]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[NotifyParentPropertyAttribute(true)]
public new bool Visible {get; set;}

Remarks

If you wish to include the panel in the page, but hide it initially and then later display it, set Visible to true, and add a Style display:none property to the control.

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.