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