dragpanel DragObject property
Return to Introduction  Previous page  Next page
Applies to
acDragPanel component.  

Declaration
type  
  TacDragPanelDragObject = (doForm, doPanel, doNone);  
 
property DragObject: TacDragPanelDragObject;  

Description
The DragObject property specifies which object should be moved when user dragging the panel with mouse. There are possible values for DragObject:  
 
Value   Meaning  
doFormthe owner form will be moved, when user dragging the panel with mouse;  
doPanelthe panel will be moved itself within its container;  
doNonenothing happends. The panel behave like usual TPanel component.  

See also
DragCursor property.