Cursors::WaitCursor Property

 

Gets the wait cursor, typically an hourglass shape.

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

public:
property Cursor^ WaitCursor {
	static Cursor^ get();
}

Property Value

Type: System.Windows.Forms::Cursor^

The Cursor that represents the wait cursor.

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
Return to top
Show: