Interface ICursorFactoryHandler
Contains methods and properties which allow to create and manage cursors.
public interface ICursorFactoryHandler : IDisposable
Methods
- BeginBusyCursor()
Changes the cursor to the given cursor for all windows in the application.
- CreateCursorHandler()
Creates cursor handler.
- CreateCursorHandler(GenericImage, int, int)
Create cursor handler for the specified image.
- CreateCursorHandler(Image, int, int)
Create cursor handler for the specified image.
- CreateCursorHandler(CursorType)
Creates cursor handler with the specified cursor type.
- CreateCursorHandler(string, BitmapType, int, int)
Creates cursor handler by passing a string resource name or filename.
- EndBusyCursor()
Changes the cursor back to the original cursor, for all windows in the application.
- IsBusyCursor()
Returns true if between two BeginBusyCursor() and EndBusyCursor() calls.