Show / Hide Table of Contents

Enum WFlags

Flags of wnd.find and similar functions.

[Flags]
public enum WFlags

Namespace: Au.Types
Assembly: Au.dll

Fields

Name Description
CloakedToo

Can find cloaked windows. See wnd.IsCloaked. Cloaked are windows hidden not in the classic way, therefore wnd.IsVisible does not detect it, but wnd.IsCloaked detects. For example, windows on inactive Windows 10 virtual desktops, ghost windows of inactive Windows Store apps, various hidden system windows. Use this carefully. Always use cn (class name), not just name, to avoid finding a wrong window with the same name.

HiddenToo

Can find invisible windows. See wnd.IsVisible. Use this carefully. Always use cn (class name), not just name, to avoid finding a wrong window with the same name.

Extension Methods

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