This property sets the the shape of the cursor when the mouse is dragged within the ImageKit Control.

[C++Builder]   imagekitcontrolname->RectCursor [= TCursor ]
[Delphi]   imagekitcontrolname.RectCursor [= TCursor ]

Property Value

The default value is crSizeAll, other values can be crDefault, crArrow, etc. For details, please refer to Delphi or C++Builder help documentation.

Explanation

The RectCursor property sets the the shape of the cursor when the mouse is dragged within the ImageKit Control. The default value is crSizeAll. The RectCursor property is enabled when the RectDraw property is True and the cursor is dragged within the area selected on the image (i.e. the area set by the RectLeft, RectTop, RectRight, and RectBottom properties) or when the image editing toolbar is used to edit the image, or when the MouseDragImage property is True and a mouse drag is used to scroll the image.

To set a custom cursor please refer to the TControl.Cursor examples in the Delphi and C++Builder help documentation. For information about setting the shape of the cursor when the mouse is on the image in the ImageKit control, please refer to the Cursor property.

Setting this value

This value can be set at design-time and at run-time.

Retrieving this value

This value can be retrieved at run-time.

Differences from ImageKit7/8/9/10 ActiveX

This property combines that ActiveX properties RectMouseCursorFile and RectMourseCursorType.

 

The ImageKit10 VCL is a product created by Newtone Corporation