Class Util.CursorContext
A context for setting and restoring the application's current cursor.
public class Util.CursorContext : Util.BaseContext, IDisposable
- Inheritance
-
Util.CursorContext
- Implements
- Inherited Members
Constructors
CursorContext(Cursor)
Creates a new instance.
public CursorContext(Cursor temporaryCursor)
Parameters
temporaryCursorCursorThe cursor to use while the context is active.
Methods
OnClose()
Restores the current cursor.
protected override void OnClose()