Share via


DisplayCursors Enum

Definition

Enumerates the possible supported cursor types.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum DisplayCursors
[<System.Flags>]
type DisplayCursors = 
Public Enum DisplayCursors
Inheritance
DisplayCursors
Attributes

Fields

Name Value Description
None 0

Cursor is not displayable.

Fixed 1

Cursor is always displayed.

Block 2

Cursor is displayable as a block.

HalfBlock 4

Cursor is displayable as a half block.

Underline 8

Cursor is displayable as an underline.

Reverse 16

Cursor is displayable in reverse video.

Other 32

Cursor is displayable but form is unknown.

64

A blinking cursor is supported.

Applies to