SetCursor Constructor (Cursor) |
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.1
Syntax public SetCursor(
Cursor p_NewCursor
)
Public Sub New (
p_NewCursor As Cursor
)
public:
SetCursor(
Cursor^ p_NewCursor
)
new :
p_NewCursor : Cursor -> SetCursor
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