System.Windows.Forms.Cursors.WaitCursor Property

Gets the wait cursor, typically an hourglass shape.

Syntax

public static Cursor WaitCursor { get; }

Value

Documentation for this section has not yet been entered.

Remarks

To force display of the wait cursor over a given control, call that control's Control.UseWaitCursor method. To make the wait cursor display for the entire application, regardless of the control or form selected, call Application.UseWaitCursor on the System.Windows.Forms.Application class.

Requirements

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