This property sets the shape of the default cursor used within the ImageKit Control
[Visual Basic] Public Property DefaultMouseCursor As Cursor
[C#] public Cursor DefaultMouseCursor {get; set;}

Property Value

Values are of the .NET Framework Cursors Class

Default value: Cursors.Default

Explanation

This property sets the shape of the default cursor used within the ImageKit Control.

 

Example:

ImageKit1.DefaultMouseCurser = Cursors.WaitCursor

See Also

ImageKit Members | Newtone.ImageKit.Win.ImageKit

 

The ImageKit.NET3 is created by Newtone Corporation