Gets or set whether the window can be dragged.
Syntax
'Declaration
Public Property IsDraggable As Boolean
'Usage
Dim instance As C1Window
Dim value As Boolean
instance.IsDraggable = value
value = instance.IsDraggable
public bool IsDraggable {get; set;}
public:
property bool IsDraggable {
bool get();
void set ( bool value);
}
See Also