Gets or sets whether the wait cursor is used for all open forms of the application.
Public Shared Property UseWaitCursor As Boolean
public static bool UseWaitCursor { get; set; }
public: static property bool UseWaitCursor { bool get (); void set (bool value); }
static member UseWaitCursor : bool with get, set
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2