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

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

Property Value

The name of the cursor file that determines the user defined cursor displayed within the Play 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