DragManager Class |
Namespace: Internal.ComponentFactory.Krypton.Navigator
public class DragManager : IDragPageNotify, IDisposable
The DragManager type exposes the following members.
Name | Description | |
---|---|---|
![]() | DragManager |
Initialize a new instance of the DragManager class.
|
Name | Description | |
---|---|---|
![]() | DocumentCursor |
Gets and sets a value indicating if document cursors should be used during dragging.
|
![]() | DragTargetProviders |
Gets access to the collection of target providers.
|
![]() | IsDisposed |
Gets a value indicating if the view has been disposed.
|
![]() | IsDragging |
Gets a value indicating if dragging is currently occuring.
|
![]() | Palette |
Gets and sets the custom palette implementation.
|
![]() | PaletteMode |
Gets or sets the palette to be applied.
|
![]() | StateCommon |
Gets access to the common navigator appearance entries.
|
Name | Description | |
---|---|---|
![]() | CreateDropData |
Create the actual drop data based on the proposed data provided.
|
![]() | Dispose |
Release managed and unmanaged resources.
|
![]() | Dispose(Boolean) |
Release unmanaged and optionally managed resources.
|
![]() | DragEnd |
Occurs when dragging ends because of dropping.
|
![]() | DragMove |
Occurs on dragging movement.
|
![]() | DragQuit |
Occurs when dragging quits.
|
![]() | DragStart |
Occurs when dragging starts.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize |
Release resources.
(Overrides ObjectFinalize.) |
![]() | 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.) |
![]() | PageDragEnd |
Occurs when drag operation completes with pages being dropped.
|
![]() | PageDragMove |
Occurs when the mouse moves during the drag operation.
|
![]() | PageDragQuit |
Occurs when dragging pages has been cancelled.
|
![]() | PageDragStart |
Occurs when a page drag is about to begin and allows it to be cancelled.
|
![]() | RestoreCursor |
Restore the displayed cursor back to null.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UpdateCursor |
Update the displayed cursor to reflect the current dragging state.
|
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.) |