DockingDragManager Methods |
The DockingDragManager type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateDropData |
Create the actual drop data based on the proposed data provided.
(Inherited from DragManager.) | |
| Dispose |
Release managed and unmanaged resources.
(Inherited from DragManager.) | |
| Dispose(Boolean) |
Release unmanaged and optionally managed resources.
(Overrides DragManagerDispose(Boolean).) | |
| DragEnd |
Occurs when dragging ends because of dropping.
(Overrides DragManagerDragEnd(Point).) | |
| DragMove |
Occurs on dragging movement.
(Overrides DragManagerDragMove(Point).) | |
| DragQuit |
Occurs when dragging quits.
(Overrides DragManagerDragQuit.) | |
| DragStart |
Occurs when dragging starts.
(Overrides DragManagerDragStart(Point, PageDragEndData).) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize |
Release resources.
(Inherited from DragManager.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnKEYDOWN |
Processes the WM_KEYDOWN from the floating window.
| |
| OnLBUTTONUP |
Processes the WM_LBUTTONUP from the floating window.
| |
| OnMOUSEMOVE |
Processes the WM_MOUSEMOVE from the floating window.
| |
| PageDragEnd |
Occurs when drag operation completes with pages being dropped.
(Inherited from DragManager.) | |
| PageDragMove |
Occurs when the mouse moves during the drag operation.
(Inherited from DragManager.) | |
| PageDragQuit |
Occurs when dragging pages has been cancelled.
(Inherited from DragManager.) | |
| PageDragStart |
Occurs when a page drag is about to begin and allows it to be cancelled.
(Inherited from DragManager.) | |
| PreFilterMessage |
Filters out a message before it is dispatched.
| |
| RestoreCursor |
Restore the displayed cursor back to null.
(Inherited from DragManager.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| UpdateCursor |
Update the displayed cursor to reflect the current dragging state.
(Inherited from DragManager.) |
| Name | Description | |
|---|---|---|
| MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) | |
| PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
| PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
| PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |