This property sets the cursor used in the image-editing toolbar

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

Property Value

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

Explanation

The ToolBarCursor property sets the cursor used in the image-editing toolbar. The default value is crArrow.

The cursor that has been set will be enabled when the mouse is inside the image editing toolbar. For details about TCursor, please refer to TControl.Cursor in the Delphi or C++Builder help documentation.

Setting this value

This value can be set at run-time.

Retrieving this value

This value can be retrieved at run-time.

Differences from ImageKit 7/8/9/10 ActiveX

The name of this property has been changed from ToolBarMouseCursorFile.
The type of this property has been changed from a string to TCursor

 

The ImageKit10 VCL is a product created by Newtone Corporation