ESRI.ArcGIS.ADF.Web.UI.WebControls
AutoHide Property
See Also 
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) 
<PersistenceModeAttribute()>
<ResCategoryAttribute("Floating Panel Appearance")>
<ResDescriptionAttribute("Whether the panel frame should be hidden when the cursor is outside the panel. The panel contents is still visible, however.")>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
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# 
[PersistenceModeAttribute()]
[ResCategoryAttribute("Floating Panel Appearance")]
[ResDescriptionAttribute("Whether the panel frame should be hidden when the cursor is outside the panel. The panel contents is still visible, however.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
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.

See Also

© 2010 All Rights Reserved.