Vcl.CategoryButtons.TCategoryButtons.DragCursor
Delphi
property DragCursor;
C++
__property DragCursor = {default=-12};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.CategoryButtons.pas Vcl.CategoryButtons.hpp |
Vcl.CategoryButtons | TCategoryButtons |
Description
Specifies the image used to represent the mouse pointer when the control is being dragged.
Vcl.CategoryButtons.TCategoryButtons.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.