Window.GetAllChildren Method (Typed) | |
Obtain an array of all X# children objects of the window.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD GetAllChildren() AS ARRAY
public virtual Array GetAllChildren()
Request Example
View SourceReturn Value
Type:
Array
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