Docking |
public class DockingDragManager : DragManager, IFloatingMessages, IMessageFilter
The DockingDragManager type exposes the following members.
| Name | Description | |
|---|---|---|
| DockingDragManager | Initialize a new instance of the DockingDragManager class. |
| Name | Description | |
|---|---|---|
| DocumentCursor |
Gets and sets a value indicating if document cursors should be used during dragging.
(Inherited from DragManager) | |
| DragTargetProviders |
Gets access to the collection of target providers.
(Inherited from DragManager) | |
| FloatingWindow | Gets and sets the window that is moved in sync with the mouse movement. | |
| FloatingWindowOffset | Gets and sets the offset of the floating window from the screen cursor. | |
| IsDisposed |
Gets a value indicating if the view has been disposed.
(Inherited from DragManager) | |
| IsDragging |
Gets a value indicating if dragging is currently occuring.
(Inherited from DragManager) | |
| Palette |
Gets and sets the custom palette implementation.
(Inherited from DragManager) | |
| PaletteMode |
Gets or sets the palette to be applied.
(Inherited from DragManager) | |
| StateCommon |
Gets access to the common navigator appearance entries.
(Inherited from DragManager) |
| 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 |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertyGetT |
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) |