CursorInfoFlags Enumeration

Specifies The cursor state for Flags field.

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum CursorInfoFlags

Remarks

Members

Hidden 0 The cursor is hidden.
Showing 1 The cursor is showing.
Suppressed 2 The cursor is suppressed.

This flag indicates that the system is not drawing the cursor because the user is providing input through touch or pen instead of the mouse.

See Also