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