A context for setting and restoring the application's current cursor.
| C# | Visual Basic | Visual C++ |
public class CursorContext : Util..::.BaseContext
Public Class CursorContext _ Inherits Util..::.BaseContext
public ref class CursorContext : public Util..::.BaseContext
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| Util..::.CursorContext(Cursor) |
Creates a new instance.
| |
| Dispose()()() |
Calls the OnClose()()() method for this instance.
(Inherited from Util..::.BaseContext.) | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
On garbage collection calls Dispose()()() if it has not already been called.
(Inherited from Util..::.BaseContext.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()() | Gets the type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnClose()()() |
Restores the current cursor.
(Overrides Util..::.BaseContext.OnClose()()().) | |
| ToString()()() | Returns a string that represents the current object. (Inherited from Object.) |
| Object | ||
| Util..::.BaseContext | ||
| Util..::.CursorContext | ||
