RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDragControlObject.HideDragImage Method

Hides the image used in the drag cursor.

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

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!