CursorInfoFlags Enumeration
Specifies The cursor state for
Flags field.
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum CursorInfoFlags
Public Enumeration CursorInfoFlags
Dim instance As CursorInfoFlags
public enum class CursorInfoFlags
No code example is currently available or this language may not be supported.
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.
|