TacDragPanel component
Hierarchy Properties |
The acDragPanel component is the panel which lets user to move and dock the owner form dragging the panel that covers this form; or simply move the panel within its container. Works either with normal or MDI forms. The DragPanel is great addition to acAppBar.
|
Just drop the acDragPanel on your form and specify the DragObject. Then run the project and try to move the form dragging the panel.
|
DragObject | specifies which object should be moved when user dragging the panel with mouse. User can drag the owner form by panel, or the panel itself within its container;
|
|
DragCursor | specifies the cursor image when user dragging the form by panel.
|