This property sets the shape of the cursor when the mouse is clicked inside the thumbnail frame

[C++Builder]   thumbcontrolname->SelectCursor [ = TCursor ]
[Delphi]   thumbcontrolname.SelectCursor [ = 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 clicked inside the thumbnail frame.

When the Cursor property is the default value, crDefault, the SelectCursor property is crArrow.

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

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 between the ImageKit7/8/9/10 ActiveX

The ActiveX version MouseCursorType and MouseCursorFile properties have been combined into the Cursor property.
The ActiveX version SelectMouseCursorType and SelectMouseCursorFile properties have been combined into the SelectCursor property.

 

The ImageKit10 VCL is a product created by Newtone Corporation