ShellBrowser .Net Edition
SetCursor Constructor (p_NewCursor)
NamespacesJam.ShellSetCursorSetCursor(Cursor)
Initializes a new instance of the SetCursor class and makes the passed cursor the active cursor.
Declaration Syntax
C#Visual BasicVisual C++
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)