This property sets the name of the cursor file that will be used when the mouse is clicked inside the thumbnail frame
[Visual
Basic] thumbcontrolname.SelectMouseCursorFile
[ = String ]
[Visual
C++] thumbcontrolname.SetSelectMouseCursorFile(LPCTSTR
Val)
Property Value
The file name for the cursor file
Explanation
The SelectMouseCursorFile property sets the name of the cursor file that will be used when the mouse is clicked inside the thumbnail frame.
This property is enabled when the MouseCursorType and SelectMouseCursorType properties are 15(ikCursorCustom).
The differences from ImageKit6:
The MouseCursor property has been renamed to the SelectMouseCursorFile property.
Setting this value
This value can be set at run-time.Retrieving this value
This value cannot be retrieved.