Sets a window's cursor.

Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public static bool SetCursor(
	Control ctrl,
	int cursorId,
	int type
)

Parameters

ctrl
Type: System.Windows.Forms..::..Control
cursorId
Type: System..::..Int32
Specify one of these system-supplied cursors: CURSOR_Arrow CURSOR_Cross CURSOR_IBeam CURSOR_Icon CURSOR_Size CURSOR_SizeNESW CURSOR_SizeNS CURSOR_SizeNWSE CURSOR_SizeWE CURSOR_UpArrow CURSOR_Wait
type
Type: System..::..Int32

See Also