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

Declaration Syntax
public SetCursor(
Cursor p_NewCursor
)
Public Sub New ( _
p_NewCursor As Cursor _
)
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.
Assembly:
ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)