System.Windows.Forms.Application.UseWaitCursor Property

Gets or sets whether the wait cursor is used for all open forms of the application.

Syntax

public static bool UseWaitCursor { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

When this property is set to true, the Control.UseWaitCursor property of all open forms in the application will be set to true. This call will not return until this property has been set on all forms. Use this property when you have a long-running operation, and want to indicate in all application forms that the operation is still processing.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0