![]() ![]() |
ESRI.ArcGIS.ADF.Web.UI.WebControls | |
Visible Property | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > FloatingPanel Class : Visible Property |
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) | ![]() |
---|---|
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;} |
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.
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