| PlatformHelperSetCursor Method |
Sets the cursor of the specified form.
Namespace: DigitalRuneAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public static void SetCursor(
Object form,
Object cursor
)
Public Shared Sub SetCursor (
form As Object,
cursor As Object
)
public:
static void SetCursor(
Object^ form,
Object^ cursor
)
static member SetCursor :
form : Object *
cursor : Object -> unit
Parameters
- form
- Type: SystemObject
The System.Windows.Forms.Form. - cursor
- Type: SystemObject
The System.Windows.Forms.Cursor.
See Also