Class PlessCursorFactoryHandler
Platformless implementation of the ICursorFactoryHandler interfaces.
public class PlessCursorFactoryHandler : DisposableObject, IBaseObject, IDisposableObject, ICursorFactoryHandler, IDisposable
- Inheritance
-
PlessCursorFactoryHandler
- Implements
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.