Win32WindowChildWindows Property |
Gets the 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> ChildWindows { get; }
Property Value
Type:
IEnumerableWin32Window
The child windows.
See Also