Click or drag to resize

DockingDragManager Class

Manage a docking dragging operation.
Inheritance Hierarchy
SystemObject
  Internal.ComponentFactory.Krypton.NavigatorDragManager
    Internal.ComponentFactory.Krypton.DockingDockingDragManager

Namespace:  Internal.ComponentFactory.Krypton.Docking
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public class DockingDragManager : DragManager, 
	IFloatingMessages, IMessageFilter

The DockingDragManager type exposes the following members.

Constructors
  NameDescription
Public methodDockingDragManager
Initialize a new instance of the DockingDragManager class.
Top
Properties
  NameDescription
Public propertyDocumentCursor
Gets and sets a value indicating if document cursors should be used during dragging.
(Inherited from DragManager.)
Public propertyDragTargetProviders
Gets access to the collection of target providers.
(Inherited from DragManager.)
Public propertyFloatingWindow
Gets and sets the window that is moved in sync with the mouse movement.
Public propertyFloatingWindowOffset
Gets and sets the offset of the floating window from the screen cursor.
Public propertyIsDisposed
Gets a value indicating if the view has been disposed.
(Inherited from DragManager.)
Public propertyIsDragging
Gets a value indicating if dragging is currently occuring.
(Inherited from DragManager.)
Public propertyPalette
Gets and sets the custom palette implementation.
(Inherited from DragManager.)
Public propertyPaletteMode
Gets or sets the palette to be applied.
(Inherited from DragManager.)
Public propertyStateCommon
Gets access to the common navigator appearance entries.
(Inherited from DragManager.)
Top
Methods
  NameDescription
Protected methodCreateDropData
Create the actual drop data based on the proposed data provided.
(Inherited from DragManager.)
Public methodDispose
Release managed and unmanaged resources.
(Inherited from DragManager.)
Protected methodDispose(Boolean)
Release unmanaged and optionally managed resources.
(Overrides DragManagerDispose(Boolean).)
Public methodDragEnd
Occurs when dragging ends because of dropping.
(Overrides DragManagerDragEnd(Point).)
Public methodDragMove
Occurs on dragging movement.
(Overrides DragManagerDragMove(Point).)
Public methodDragQuit
Occurs when dragging quits.
(Overrides DragManagerDragQuit.)
Public methodDragStart
Occurs when dragging starts.
(Overrides DragManagerDragStart(Point, PageDragEndData).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Release resources.
(Inherited from DragManager.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnKEYDOWN
Processes the WM_KEYDOWN from the floating window.
Public methodOnLBUTTONUP
Processes the WM_LBUTTONUP from the floating window.
Public methodOnMOUSEMOVE
Processes the WM_MOUSEMOVE from the floating window.
Public methodPageDragEnd
Occurs when drag operation completes with pages being dropped.
(Inherited from DragManager.)
Public methodPageDragMove
Occurs when the mouse moves during the drag operation.
(Inherited from DragManager.)
Public methodPageDragQuit
Occurs when dragging pages has been cancelled.
(Inherited from DragManager.)
Public methodPageDragStart
Occurs when a page drag is about to begin and allows it to be cancelled.
(Inherited from DragManager.)
Public methodPreFilterMessage
Filters out a message before it is dispatched.
Protected methodRestoreCursor
Restore the displayed cursor back to null.
(Inherited from DragManager.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodUpdateCursor
Update the displayed cursor to reflect the current dragging state.
(Inherited from DragManager.)
Top
Extension Methods
See Also