INDraggableControl Interface Properties
In This Topic
For a list of all members of this type, see INDraggableControl members.
Public Properties
| Name | Description |
 | AllowDrag | Gets or sets a value whether the control might be dragged. |
 | DragHandler | Gets or sets the INDragHandler instance to be used from this control. |
 | DragInfo | Gets the object containing information about the current drag operation. |
 | DragSize | Gets the size of this instance while being dragged. |
 | IsDragging | Gets a value whether the control is currently being dragged. |
Top
See Also