ESRI.ArcGIS.ADF.Web.UI.WebControls
Draggable Property
See Also 
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) 
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<ResCategoryAttribute("Floating Panel Appearance")>
<ResDescriptionAttribute("Whether the window can be dragged around.  If False, the window cannot be moved about.")>
<PersistenceModeAttribute()>
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# 
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ResCategoryAttribute("Floating Panel Appearance")]
[ResDescriptionAttribute("Whether the window can be dragged around.  If False, the window cannot be moved about.")]
[PersistenceModeAttribute()]
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.

See Also

© 2010 All Rights Reserved.