Vcl.Controls.TDragDockObject Properties
InheritedProtected
| AlwaysShowDragImages | public | Specifies whether the image associated to the drag object is shown during the drag process. | 
| Brush | public | Specifies the brush used to draw the dock image. | 
| Cancelling | public | Specifies whether the drag operation is being canceled. | 
| Control | public | Indicates the control that is being dragged. | 
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. | 
| DockRect | public | Specifies the rectangle on which the control is docked if released. | 
| DragHandle | public | Specifies the window handle of the dragged object. | 
| DragPos | public | Specifies the position of the dragged object. | 
| DragTarget | public | Specifies the dragged object's target. | 
| DragTargetPos | public | Specifies the position of the drag object relative to the drag target. | 
| DropAlign | public | Specifies how the control will be aligned when docked. | 
| DropOnControl | public | Specifies the control on which the dragged control would be docked if released. | 
| Dropped | public | Drag ended with drop. | 
| EraseDockRect | public | Specifies the rectangle that was previously erased. | 
| EraseWhenMoving | public | Determines whether the current TDragDockObject item erases the dock rectangle while the control is moved. | 
| Floating | public | Specifies whether the control is floating. | 
| FrameWidth | public | Specifies the border width, in pixels, of the frame drawn around the drag image. | 
| MouseDeltaX | public | Specifies the x-coordinate of the mouse position relative to the position of the dragged object's target. | 
| MouseDeltaY | public | Specifies the y-coordinate of the mouse position relative to the position of the dragged object's target. | 
| RightClickCancels | public | Specifies whether the drag operation is canceled when the right mouse button is clicked. |