|
| ESRI.ArcGIS.ADF.Tasks | |
| Draggable Property | |
| See Also Send Feedback | |
| ESRI.ArcGIS.ADF.Tasks Namespace > QueryAttributesTask Class : Draggable Property |
| 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 QueryAttributesTask 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;} | |
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