This property sets the name of the cursor file that defines the cursor used when the mouse is pressed in the rectangle in the Pan Window.

[Visual Basic]   imagekitcontrolname.PanWindow.RectMouseCursorFile [ = String ]
[Visual C++]     [ CString = ]imagekitcontrolname.GetPanWindow().GetRectMouseCursorFile()
                 imagekitcontrolname.GetPanWindow().SetRectMouseCursorFile(LPCTSTR Val)
[VB.NET]   imagekitcontrolname.PanWindow.RectMouseCursorFile [ = String ]
[C#.NET]   imagekitcontrolname.PanWindow.RectMouseCursorFile [ = string ]

Property Value

Custom cursor file name.

Explanation

The RectMouseCursorFile property sets the name of the cursor file that defines the cursor used when the mouse is pressed in the rectangle in the Pan Window..

The RectMouseCursorType property must be set to 15 (ikCursorCustom).

If an empty string is set in the RectMouseCursorType property, the mouse cursor will be a 4 directional arrow.

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

The RectMouseCursorFile property corresponds to the Display Control's PanWindowMouseCursorTypeFile 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