INDragHandler Interface Members
In This Topic
The following tables list the members exposed by INDragHandler.
Public Properties
| Name | Description |
 | DraggedControl | Gets the current INDraggableControl instance. |
 | Dragging | Gets a value whether the handler is currently in a process of dragging. |
Top
Public Methods
| Name | Description |
 | BeginDrag | Starts dragging the specified control. The default processing installs a local modal message loop and filters messages which are not for the currently dragged instance. |
 | CanDrag | Checks whether |
 | EndDrag | Ends currently active drag operation. |
Top
See Also