Cursor.Current Property
Assembly: System.Windows.Forms (in system.windows.forms.dll)
/** @property */ public static Cursor get_Current () /** @property */ public static void set_Current (Cursor value)
public static function get Current () : Cursor public static function set Current (value : Cursor)
Property Value
A Cursor that represents the mouse cursor. The default is a null reference (Nothing in Visual Basic) if the mouse cursor is not visible.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
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.