CGWindowListOption Enum
Definition
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
[System.Flags]
public enum CGWindowListOption
type CGWindowListOption =
- Inheritance
-
CGWindowListOption
- Attributes
Fields
All | 0 | |
ExcludeDesktopElements | 16 | |
IncludingWindow | 8 | |
OnScreenAboveWindow | 2 | |
OnScreenBelowWindow | 4 | |
OnScreenOnly | 1 |