This property sets the shape of the cursor when the mouse is within the Pan Window.

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

Property Value

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

Explanation

The Cursor property sets the the shape of the cursor when the mouse is within the Pan Window. In earlier versions of the ImageKit, this was referred to as the PanWindowCursor property.

For details about setting custom cursor, please refer to TControl.Cursor in the Delphi or C++Builder help documentation.

Setting this value

This value can be set at runtime.

Retrieving this value

This value can be retrieved at runtime.

Differences from the ImageKit 7/8/9/10 ActiveX

The ActiveX properties, MouseCursorType and MouseCursorTypeFile are combined into this property.

 

The ImageKit10 VCL is a product created by Newtone Corporation