[Visual
Basic] imagekitcontrolname.MouseCursorFile
[= String ]
[Visual
C++] [CString =
]imagekitcontrolname.GetMouseCursorFile()
imagekitcontrolname.SetMouseCursorFile(LPCTSTR Val)
imagekitcontrolname.SetMouseCursorFile(LPCTSTR Val)
Property Value
The name of the custom cursor file.
Explanation
When using a custom mouse cursor in the ImageKit Control, the MouseCursorFile property sets the filename for that cursor file. If an empty string is set in this property, the mouse cursor will be an arrow (Default). To enable this property the MouseCursorType property must be set to 15 (ikCustom).
In earlier versions of the ImageKit, this was the MouseCursorTypeFile property.
Setting this value
This value can be set at run-time.Retrieving this value
This value can be retrieved at run-time.