Click or drag to resize
DigitalRunePlatformHelperSetCursor Method
Sets the cursor of the specified form.

Namespace: DigitalRune
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public static void SetCursor(
	Object form,
	Object cursor
)

Parameters

form
Type: SystemObject
The System.Windows.Forms.Form.
cursor
Type: SystemObject
The System.Windows.Forms.Cursor.
See Also