Vcl.ColorGrd.TColorGrid.DragCursor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DragCursor: TCursor read FDragCursor write FDragCursor default -12;

C++

__property DragCursor = {default=-12};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ColorGrd.pas
Vcl.ColorGrd.hpp
Vcl.ColorGrd TColorGrid

Description

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

Vcl.ColorGrd.TColorGrid.DragCursor inherits from Vcl.Controls.TControl.DragCursor. All content below this line refers to Vcl.Controls.TControl.DragCursor.

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