Enum WXYFlags
Flags for wnd.fromXY and wnd.fromMouse.
[Flags]
public enum WXYFlags
Namespace: Au.Types
Assembly: Au.dll
Fields
Name | Description |
---|---|
NeedControl | Need a control (child window). Returns |
NeedWindow | Need top-level window. If at that point is a control, gets its top-level parent. Don't use together with NeedControl. |
Raw | Just call API WindowFromPhysicalPoint. Faster, but skips disabled controls and in some cases gets transparent control like group box although a smaller visible sibling is there. Not used with flag NeedWindow. |