ESRI.ArcGIS.ADF.Tasks
Draggable Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Tasks Namespace > FindAddressTask Class : Draggable Property




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 FindAddressTask
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;}

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.