Enum WXYCFlags
Flags for wnd.ChildFromXY.
[Flags]
public enum WXYCFlags
Namespace: Au.Types
Assembly: Au.dll
Fields
Name | Description |
---|---|
DirectChild | Must be direct child of this. Default - any descendant. |
Inside | If the point is not in client area, don't look for descendants; if with flag OrThis and the point is in this (non-client area), return this, else return |
OrThis | If the point is in this window but not in a descendant control, return this. Default - return |
ScreenXY | The point is in screen coordinates. Default - client area. |