Click or drag to resize

SetCursor Constructor (Cursor)

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

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

Parameters

p_NewCursor
Type: System.Windows.FormsCursor
the new cursor to set
Remarks
This class should only be used with the using statement.
See Also