Show / Hide Table of Contents

Enum EFocusedFlags

Flags for elm.focused.

[Flags]
public enum EFocusedFlags

Namespace: Au.Types
Assembly: Au.dll

Fields

Name Description
NotInProc

Don't load dll into the target process. More info: EFFlags.NotInProc.

UIA

Use UI Automation API. Need this flag with some windows that don't support accessible objects but support UI Automation elements. Can be used with most other windows too. More info: EFFlags.UIA.

Extension Methods

ExtMisc.HasAny<EFocusedFlags>(EFocusedFlags, EFocusedFlags)
ExtMisc.Has<EFocusedFlags>(EFocusedFlags, EFocusedFlags)
ExtMisc.SetFlag<EFocusedFlags>(ref EFocusedFlags, EFocusedFlags, bool)