Enum EXYFlags
Flags for elm.fromXY.
[Flags]
public enum EXYFlags
Namespace: Au.Types
Assembly: Au.dll
Fields
| Name | Description |
|---|---|
| NotInProc | Don't load dll into the target process. More info: EFFlags.NotInProc. |
| OrUIA | Use UI Automation API if the default API fails and in some other cases.
The Find UI element tool uses this flag when |
| PreferLink | Get the direct parent UI element if probably it would be much more useful, for example if its role is |
| TrySmaller | |
| UIA | Use UI Automation API. More info: EFFlags.UIA. |