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