Class BaseWindowSeeker
Base class for window seekers that can populate a list of window handles based on some criteria and with basic filtering.
Implements
Inherited Members
Namespace: PoeShared.WindowSeekers
Assembly: PoeShared.Native.dll
Syntax
public abstract class BaseWindowSeeker : IWindowSeeker
Constructors
| Name | Description |
|---|---|
| BaseWindowSeeker() |
Properties
| Name | Description |
|---|---|
| BlacklistedWindows | Gets or sets the window handle of the owner. |
| SkipNotVisibleWindows | Gets or sets whether not visible windows should be skipped. |
| Windows | Get the matching windows from the last refresh. |
Methods
| Name | Description |
|---|---|
| Refresh() | Refreshes the list of windows. |