Cursors::WaitCursor Property
.NET Framework (current version)
Gets the wait cursor, typically an hourglass shape.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
To force display of the wait cursor over a given control, call that control's UseWaitCursor method. To make the wait cursor display for the entire application, regardless of the control or form selected, call UseWaitCursor on the Application class.
.NET Framework
Available since 1.1
Available since 1.1
Show: