Gets cursor handle for passed cursor type.

Namespace:  Greatis.Nostalgia
Assembly:  Greatis.Nostalgia (in Greatis.Nostalgia.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function GetCursor ( _
	cursorToGet As SystemCursors _
) As IntPtr
C#
public static IntPtr GetCursor(
	SystemCursors cursorToGet
)
Visual C++
public:
static IntPtr GetCursor(
	SystemCursors cursorToGet
)
JavaScript
Greatis.Nostalgia.SystemCursor.getCursor = function(cursorToGet);

Parameters

cursorToGet
Type: Greatis.Nostalgia..::.SystemCursors
System cursor type.

Return Value

Handle of cursor.

See Also