SetCursor(Cursor) Constructor |
Initializes a new instance of the
SetCursor class and makes the passed cursor the active cursor.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic SetCursor(
Cursor p_NewCursor
)
Public Sub New (
p_NewCursor As Cursor
)
public:
SetCursor(
Cursor^ p_NewCursor
)
new :
p_NewCursor : Cursor -> SetCursorParameters
- p_NewCursor Cursor
- the new cursor to set
RemarksThis class should only be used with the using statement.
See Also