This property sets the filename for the cursor when using a custom mouse cursor in the Thumbnail Control.
[Visual
Basic] thumbcontrolname.MouseCursorFile
[ = String ]
[Visual
C++] thumbcontrolname.SetMouseCursorFile(LPCTSTR
Val)
Property Value
The file name for the cursor file
Explanation
The MouseCursorFile property sets the filename for the cursor when using a custom mouse cursor in the Thumbnail Control.
This property is enabled when the MouseCursorType and SelectMouseCursorType properties are 15(ikCursorCustom).
The differences from ImageKit6:
The MouseCursorTypeFile property has been renamed to the MouseCursorFile property.
Setting this value
This value can be set at run-time.Retrieving this value
This value cannot be retrieved.