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




Gets or sets a value that indicates whether the panel will be hidden unless the user moves the cursor inside the panel.

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("Floating Panel Appearance")>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<ResDescriptionAttribute("Whether the panel frame should be hidden when the cursor is outside the panel. The panel contents is still visible, however.")>
Public Property AutoHide As Boolean
Visual Basic (Usage)Copy Code
Dim instance As FloatingPanel
Dim value As Boolean
 
instance.AutoHide = value
 
value = instance.AutoHide
C# 
[ResCategoryAttribute("Floating Panel Appearance")]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ResDescriptionAttribute("Whether the panel frame should be hidden when the cursor is outside the panel. The panel contents is still visible, however.")]
public bool AutoHide {get; set;}

Remarks

When true, the FloatingPanel will be hidden on the page, although any contents will be displayed. The FloatingPanel will display when the user moves the cursor inside any part of the panel.

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.