RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControl.DrawDragDockImage Method

Draws the dock image for the control.

Pascal
procedure DrawDragDockImage(DragDockObject: TDragDockObject); dynamic;
C++
__fastcall DrawDragDockImage(TDragDockObject DragDockObject);

DrawDragDockImage is called automatically to draw the control (or, more typically, the drag rectangle) when the control is manipulated in drag-and-dock operations. 

DrawDragDockImage calls DefaultDockImage to render the image. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!