Documentation for this section has not yet been entered.
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.