Window.GetAllChildren Method | |
Obtain an array of all X# children objects of the window.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD GetAllChildren() AS USUAL
public virtual Usual GetAllChildren()
Request Example
View SourceReturn Value
Type:
Usual
An array of all X# children objects of the window. This array may contain window objects as well as control objects. Note that controls which do not have a corresponding X# object, like a FixedText control where the Generate Code property was set to "No", are not included in the returned array.
See Also