This property sets the shape of the mouse cursor when the mouse is dragged within the ImageKit Control.

[Visual Basic] Public Property RectMouseCursor As Cursor
[C#] public Cursor RectMouseCursor {get; set;}

Property Value

The members of the Cursors class for .NET Framework

The default value is Cursors.SizeAll.

Explanation

The RectMouseCursor property sets the shape of the mouse cursor when the mouse is dragged within the ImageKit Control.


The following code illustrates how to set the shape of the mouse cursor to Hourglass:

ImageKit1.RectCursor = Cursors.WaitCursor

See Also

ImageKit Members | Newtone.ImageKit.Win.ImageKit

 

The ImageKit.NET3 is created by Newtone Corporation