System.Windows.Forms.Cursor.Current Property

Gets or sets a cursor object that represents the mouse cursor.

Syntax

public static Cursor Current { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Setting the Cursor.Current property changes the cursor currently displayed. The application may or may not continue to listen for mouse events. To signal that the application should not respond to mouse events during a long-running operation, use the Application.UseWaitCursor property. In most cases, however, it's better to use a background thread to manage a long-running operation, and leave your user interface accessible to the user. For more information on easily implementing a background task, see System.ComponentModel.BackgroundWorker.

Requirements

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