DisplayCursors Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |
Blink | 64 | A blinking cursor is supported. |