Vcl.Controls.TDragImageList.DragCursor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DragCursor: TCursor read FDragCursor write SetDragCursor;

C++

__property System::Uitypes::TCursor DragCursor = {read=FDragCursor, write=SetDragCursor, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TDragImageList

Description

Specifies the current drag cursor that is associated with the image list.

Use DragCursor to determine which cursor should be displayed when an image in the image list is dragged. When an image is dragged, a new drag image is created by combining the given image (typically a mouse cursor image) with the current drag cursor.

See Also