WindowInfoEnumerateChildWindows Method

Enumerates the child windows of this window.

Definition

Namespace: DevCase.Core.Diagnostics.Processes
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public IEnumerable<WindowInfo> EnumerateChildWindows()

Return Value

IEnumerableWindowInfo
The child windows of this window.

See Also