This property sets the name of the cursor file that defines the cursor used inside the Pan Window.

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

Property Value

Custom cursor file name.

Explanation

The MouseCursorFile property sets the name of the cursor file that defines the cursor used inside the Pan Window.

The MouseCursorFile property is enabled when the MouseCursorType property is set to 15 (ikCursorCustom). If an empty string is set in the MouseCursorType property, the mouse cursor will be an arrow (Default).

The mouse cursor set in the MouseCursorFile property is enabled when the mouse button is pressed while the cursor is inside the Pan Window.

The MouseCursorFile property corresponds to the Display Control's PanWindowMouseCur property in earlier versions of the ImageKit.

Setting this value

  This value can be set at runtime.

Retrieving this value

  This value can be retrieved at runtime.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation