This property sets the name of the cursor file used for the user defined mouse cursor in the Record Control.

[Visual Basic]   recordcontrolname.MouseCursorFile[ = String ]
[Visual C++]     [ CString = ]recordcontrolname.GetMouseCursorFile()
                       recordcontrolname.SetMouseCursorFile(LPCTSTR Val)
[VB.NET]   recordcontrolname.MouseCursorFile[ = String ]
[C#.NET]   recordcontrolname.MouseCursorFile[ = string ]

Property Value

The name of the cursor file that determines the user defined cursor displayed within the Record Control.

Explanation

The MouseCursorFile property sets the name of the cursor file used for the user defined mouse cursor. This property is enabled when the MouseCursorType property is set to 15(ikCursorCustom)

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