NDragHandler Class Members
In This Topic
The following tables list the members exposed by NDragHandler.
Public Constructors
Public Fields
Public Properties
| Name | Description |
 | DraggedControl | Gets the INDraggableControl instance which is currently being dragged. |
 | Dragging | Gets a value indicating whether there is currently an active drag operation. |
 | Hook | Gets or sets the hook object that installs modal message loops and filters windows messages. |
Top
Public Methods
| Name | Description |
 | BeginDrag | Begins a drag operation for the specified INDraggableControl instance. |
 | CanDrag | Checks whether this drag handler can handle the specified INDraggableControl instance. |
 | EndDrag | Ends the drag operation either successfully or not. |
Top
See Also