Win32WindowAllChildWindows Property |
Gets the child and grand child windows that belong to this parent window.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public IEnumerable<Win32Window> AllChildWindows { get; }
Property Value
Type:
IEnumerableWin32Window
The child and grand child windows.
See Also