Intersoft ClientUI Documentation
IsDragable Property
See Also  Send Feedback
Intersoft.Client.UI.Controls.Interactivity Namespace > DragDropPointBehavior Class : IsDragable Property






Gets or sets a value that determines whether the attached object is dragable.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Behavior")>
Public Property IsDragable As Boolean
Visual Basic (Usage)Copy Code
Dim instance As DragDropPointBehavior
Dim value As Boolean
 
instance.IsDragable = value
 
value = instance.IsDragable
C# 
[CategoryAttribute("Behavior")]
public bool IsDragable {get; set;}
Delphi 
public read-write property IsDragable: Boolean; 
JScript 
CategoryAttribute("Behavior")
public function get,set IsDragable : boolean
Managed Extensions for C++ 
[CategoryAttribute("Behavior")]
public: __property bool get_IsDragable();
public: __property void set_IsDragable( 
   bool value
);
C++/CLI 
[CategoryAttribute("Behavior")]
public:
property bool IsDragable {
   bool get();
   void set (    bool value);
}

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

© 2012 All Rights Reserved.