| PlatformHelperDestroyCursor Method |
Namespace: DigitalRuneAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public static void DestroyCursor(
Object cursor
)
Public Shared Sub DestroyCursor (
cursor As Object
)
public:
static void DestroyCursor(
Object^ cursor
)
static member DestroyCursor :
cursor : Object -> unit
Parameters
- cursor
- Type: SystemObject
The System.Windows.Forms.Cursor.
See Also