Application::UseWaitCursor Property
.NET Framework (current version)
Gets or sets whether the wait cursor is used for all open forms of the application.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::Booleantrue is the wait cursor is used for all open forms; otherwise, false.
When this property is set to true, the 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.
.NET Framework
Available since 2.0
Available since 2.0
Show: