RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBoundLabel.DragCursor Property

Indicates the image used to represent the mouse pointer when the control is being dragged.

Pascal
property DragCursor: TCursor;
C++
__property TCursor DragCursor;

Use the DragCursor property to change the cursor image presented when the control is being dragged.

Note: To make a custom cursor available for the DragCursor property, see the Cursor property.
 

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