TsgDrawingNavigator.DragMode
Determines how the component initiates drag-and-drop or drag-and-dock operations.
property DragMode;
Description
Use DragMode to component when the user can drag the component. Disable the drag-and-drop or drag-and-dock capability at runtime by setting the DragMode property value to dmManual. Enable automatic dragging by setting DragMode to dmAutomatic.
Value |
Meaning |
dmAutomatic |
The control begins a drag operation automatically when the user clicks and drags it. |
dmManual |
The control can't be dragged until the application calls the BeginDrag method. |
.
Go to CAD VCL Enterprise