This property sets the filename for the cursor file that defines the shape of the cursor when the mouse is dragged within the ImageKit Control.
[Visual Basic]   imagekitcontrolname.RectMouseCursorFile [= String ]
[Visual C++]     [CString = ]imagekitcontrolname.GetRectMouseCursorFile()
                 imagekitcontrolname.SetRectMouseCursorFile(LPCTSTR Val)
[VB.NET]   imagekitcontrolname.RectMouseCursorFile [= String ]
[C#.NET]   imagekitcontrolname.RectMouseCursorFile [= string ]

Property Value

Cursor file name.

Explanation

The RectMouseCursorFile property sets the filename for the cursor file that defines the shape of the cursor when the mouse is dragged within the ImageKit Control or when the mouse is within the selected area in the ImageKit Control. This property is enabled when the RectMouseCursorType property is set to 15 (ikCursorCustom). When an empty string is set into the RectMouseCursorFile property, the cursor will be a 4-direction arrow.

The cursor will be displayed when the RectDraw property is True and an area has been selected on the image (the RectLeft, RectTop, RectRight, and RectBottom properties are set) and the mouse button has been pressed while the cursor is within the selected area. If the image-editing toolbars are being used or the MouseDragImage property is true, then the cursor will change when the mouse is dragged on the image to scoll.

To set the cursor shape when the mouse cursor is inside the ImageKit Control, please refer to the MouseCursorType 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