When using a custom mouse cursor in the ImageKit Control, this property sets the filename for that cursor file.
[Visual Basic]   imagekitcontrolname.MouseCursorFile [= String ]
[Visual C++]     [CString = ]imagekitcontrolname.GetMouseCursorFile()
                 imagekitcontrolname.SetMouseCursorFile(LPCTSTR Val)
[VB.NET]   imagekitcontrolname.MouseCursorFile [= String ]
[C#.NET]   imagekitcontrolname.MouseCursorFile [= string ]

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.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation