Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represent a modal wait cursor loop.
Namespace:   Microsoft.ManagementConsole.Advanced
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Inheritance Hierarchy
System.Object
  Microsoft.ManagementConsole.Advanced.WaitCursor
Syntax
public class WaitCursor
public ref class WaitCursor 
type WaitCursor = class end
Public Class WaitCursor
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | WaitCursor() | Initializes a new instance of the WaitCursor class. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | DialogResult | Gets or sets the DialogResult value to return if the wait cursor ends before timing out. | 
| .jpeg) | Timeout | Gets or sets the maximum time to show the wait cursor. It cannot exceed twenty seconds. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | Exit() | Exits the wait cursor loop if it is executing. | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | OnStart() | This is the override to initiate processing once the wait cursor loop begins. | 
| .jpeg) | ToString() | (Inherited from Object.) | 
Events
| Name | Description | |
|---|---|---|
| .jpeg) | Start | This event is triggered on the snap-in thread when the wait cursor's modal loop is entered. | 
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.ManagementConsole.Advanced Namespace
Return to top