RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDragControlObject.ShowDragImage Method

Shows the image used in the drag cursor.

Pascal
procedure ShowDragImage; override;
C++
virtual __fastcall ShowDragImage();

If the control being dragged contains an image list containing an image for dragging, it will be shown. This allows control over when a drag image is shown. 

 

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