Class WaitCursor
Class for working with a wait cursor. If an instance is created, the wait symbol will be set as cursor symbol. Should always
be used with using
, for restoring the previous cursor.
Inheritance
System.Object
WaitCursor
Implements
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.UI
Assembly: Simplic.UI.dll
Syntax
public class WaitCursor : IDisposable
Constructors
| Improve this Doc View SourceWaitCursor()
Create wait cursor and set mouse waiting symbol
Declaration
public WaitCursor()
Methods
| Improve this Doc View SourceDispose()
Be sure after leaving the using blobk/when the object will be disposed, that the last cursor will be restored
Declaration
public void Dispose()
Implements
System.IDisposable