Click or drag to resize

SetCursor(Cursor) Constructor

Initializes a new instance of the SetCursor class and makes the passed cursor the active cursor.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public SetCursor(
	Cursor p_NewCursor
)

Parameters

p_NewCursor  Cursor
the new cursor to set
Remarks
This class should only be used with the using statement.
See Also