1 out of 1 rated this helpful - Rate this topic

CoreCursorType enumeration

Specifies the set of cursor types.

Syntax

Public Enumeration CoreCursorType

Attributes

VersionAttribute(NTDDI_WIN8)
WebHostHiddenAttribute()

Members

The CoreCursorType enumeration has these members.

MemberValueDescription
Arrow0

The left-upward (northwest) arrow Windows cursor.

Cross1

The "cross" Windows cursor.

Custom2

A custom cursor.

Hand3

The "hand" Windows cursor.

Help4

The "

IBeam5

The "I"-shaped Windows cursor used for text selection.

SizeAll6

The "cross arrow" Windows cursor used for user interface (UI) element sizing.

SizeNortheastSouthwest7

The "right-upward, left-downward" dual arrow Windows cursor often used for element sizing.

SizeNorthSouth8

The up-down dual arrow Windows cursor often used for vertical (height) sizing.

SizeNorthwestSoutheast9

The "left-upward, right-downward" dual arrow Windows cursor often used for element sizing.

SizeWestEast10

The left-right dual arrow Windows cursor often used for horizontal (width) sizing.

UniversalNo11

The red "circle slash" Windows cursor often used to indicate that a UI behavor cannot be performed.

UpArrow12

The up arrow Windows cursor.

Wait13

The cycling Windows "wait" cursor often used to indicate that an element or behavior is in a wait state and cannot respond at the time.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Minimum supported phone

Windows Phone 8

Namespace

Windows.UI.Core
Windows::UI::Core [C++]

Metadata

Windows.winmd

 

 

Build date: 2/25/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.