UtilThemingSetSystemCursor Method
Sets the system cursor.
Namespace: DevCase.Core.Windows.ThemingAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void SetSystemCursor(
string filePath,
SystemCursorId cursorType
)
public:
static void SetSystemCursor(
String^ filePath,
SystemCursorId cursorType
)
static member SetSystemCursor :
filePath : string *
cursorType : SystemCursorId -> unit
No code example is currently available or this language may not be supported.
Parameters
- filePath String
-
The cursor file path.
- cursorType SystemCursorId
-
The cursor type.
This is a code example.
No code example is currently available or this language may not be supported.
SetSystemCursor("C:\Windows\Cursors\aero_pen.cur", SystemCursorId.Arrow)
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.