Method IsVisibleAndValid
IsVisibleAndValid(IWindowHandle, bool)
Checks Visibility, WS_CHILD, WS_EX_TOOLWINDOW and other properties to make sure that this window could be interacted with
Declaration
public static bool IsVisibleAndValid(this IWindowHandle windowHandle, bool excludeMinimized = false)
Parameters
Type | Name | Description |
---|---|---|
IWindowHandle | windowHandle | |
bool | excludeMinimized |
Returns
Type | Description |
---|---|
bool |