CoreCursor
CoreCursor
CoreCursor
CoreCursor
Class
Definition
Defines a cursor (visual pointer) object.
public : sealed class CoreCursor : ICoreCursorpublic sealed class CoreCursor : ICoreCursorPublic NotInheritable Class CoreCursor Implements ICoreCursor// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Constructors
CoreCursor(CoreCursorType, UInt32) CoreCursor(CoreCursorType, UInt32) CoreCursor(CoreCursorType, UInt32) CoreCursor(CoreCursorType, UInt32)
Creates a new CoreCursor instance of the provided cursor type.
public : CoreCursor(CoreCursorType type, unsigned int id)public CoreCursor(CoreCursorType type, UInt32 id)Public Sub New(type As CoreCursorType, id As UInt32)// This API is not available in Javascript.
Parameters
The type of the new cursor.
- id
- unsigned int UInt32 UInt32 UInt32
The unique resource ID of the new cursor.
Properties
Id Id Id Id
Gets the resource ID of the cursor.
public : unsigned int Id { get; }public uint Id { get; }Public ReadOnly Property Id As uint// This API is not available in Javascript.
- Value
- unsigned int uint uint uint
The ID of the cursor.