Метод | Описание | |
---|---|---|
DockingDragManager ( |
Initialize a new instance of the DockingDragManager class.
|
|
DragEnd ( Point screenPt ) : bool |
Occurs when dragging ends because of dropping.
|
|
DragMove ( Point screenPt ) : void |
Occurs on dragging movement.
|
|
DragQuit ( ) : void |
Occurs when dragging quits.
|
|
DragStart ( Point screenPt, |
Occurs when dragging starts.
|
|
OnLBUTTONUP ( ) : void |
Processes the WM_LBUTTONUP from the floating window.
|
|
OnMOUSEMOVE ( ) : void |
Processes the WM_MOUSEMOVE from the floating window.
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Release unmanaged and optionally managed resources.
|
Метод | Описание | |
---|---|---|
AddFilter ( ) : void | ||
OnFloatingWindowMove ( object sender, |
||
OnKEYDOWN ( |
||
PreFilterMessage ( |
||
RemoveFilter ( ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | Called from Dispose method. |
Результат | void |
public DockingDragManager ( |
||
manager | Reference to manager creating this instance. | |
c | Control that is starting the drag operation. | |
Результат | System |
public DragEnd ( Point screenPt ) : bool | ||
screenPt | Point | Ending screen point when dropping. |
Результат | bool |
public DragMove ( Point screenPt ) : void | ||
screenPt | Point | Latest screen point during dragging. |
Результат | void |
public DragStart ( Point screenPt, |
||
screenPt | Point | Mouse screen point at start of drag. |
dragEndData | Data to be dropped at destination. | |
Результат | bool |