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

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

Property Value

crDefault or crArrow. For details, please refer to Delphi or C++Builder help documentation.

Explanation

The Cursor property sets the shape of the cursor when the mouse is within the ImageKit Control. To enable the different cursors that appear when various buttons on the image editing toolbar are clicked, set this property to crDefault. For details about the types of cursors that can be set, please refer to the explanation of TControl.Cursor in the Delphi and C++Builder help documentation.

Note: This property is different from the RectCursor property which sets the shape of the cursor when the mouse is dragged in the ImageKit Control.

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 MouseCursorFile and MourseCursorType.

 

The ImageKit10 VCL is a product created by Newtone Corporation