Cursor::Current Property
.NET Framework (current version)
Gets or sets a cursor object that represents the mouse cursor.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Setting the 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 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 BackgroundWorker.
UIPermission
for safe subwindows to set this property. Associated enumeration: UIPermissionWindow::SafeSubWindows
.NET Framework
Available since 1.1
Available since 1.1
Show: