ESRI.ArcGIS.ADF.Web.UI.WebControls
Visible Property
See Also 
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()>
<NotifyParentPropertyAttribute(True)>
<PersistenceModeAttribute()>
<ResCategoryAttribute("Behavior")>
<ResDescriptionAttribute("Indicates whether the control is visible and rendered.")>
Public 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()]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute()]
[ResCategoryAttribute("Behavior")]
[ResDescriptionAttribute("Indicates whether the control is visible and rendered.")]
public 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.

See Also

© 2010 All Rights Reserved.