Method wndChildFinder.FindAll
Overload
Finds all matching child controls, like wnd.ChildAll.
public wnd[] FindAll(wnd wParent)
Parameters
wParent (wnd)
Direct or indirect parent window. Can be top-level window or control. |
Returns
wnd[]
Array containing zero or more wnd. |
Exceptions
AuWndException
Invalid wParent. |