UtilImageGetSystemCursorId Method
Gets the (handle)identifier of the current system cursor.
Namespace: DevCase.Core.Media.GraphicsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
No code example is currently available or this language may not be supported.
Return Value
SystemCursorId
The (handle)identifier of the current system cursor.
This is a code example.
No code example is currently available or this language may not be supported.
Me.Cursor = Cursors.Cross
Dim cursorId As SystemCursorId = GetSystemCursorId()
Console.WriteLine(cursorId.ToString())
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.