Vcl.Controls.TControl.DragCursor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DragCursor: TCursor read FDragCursor write FDragCursor default crDrag;

C++

__property System::Uitypes::TCursor DragCursor = {read=FDragCursor, write=FDragCursor, default=-12};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TControl

Description

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

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.

See Also