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




Whether the user may drag the panel around the Web page.

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("Floating Panel Appearance")>
<NotifyParentPropertyAttribute(True)>
<ResDescriptionAttribute("Whether the window can be dragged around.  If False, the window cannot be moved about.")>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
<DefaultValueAttribute()>
Public Property Draggable As Boolean
Visual Basic (Usage)Copy Code
Dim instance As FloatingPanel
Dim value As Boolean
 
instance.Draggable = value
 
value = instance.Draggable
C# 
[ResCategoryAttribute("Floating Panel Appearance")]
[NotifyParentPropertyAttribute(true)]
[ResDescriptionAttribute("Whether the window can be dragged around.  If False, the window cannot be moved about.")]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[DefaultValueAttribute()]
public bool Draggable {get; set;}

Remarks

If this property is false, the user will not be able to move the FloatingPanel around the web page. If your application requires a panel but does not require the panel to be draggable, consider instead using the standard ASP.NET Panel control.

If the FloatingPanel is docked to another page element, the panel will not be draggable until it is undocked. For details on docking of a FloatingPanel, see the remarks for ShowDockButton.

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.