rawChildren = object.GetRawChildren([automationControlType])
                  rawChildren = object.GetRawChildren([automationControlType])
                  | Variable | Description | 
|---|---|
| rawChildren | List(Of UIAObject). | 
| automationControlType | Optional: optionally specifies that only children with this control type should be retrieved. String. | 
VB
slBase.GetRawChildren()In order to get only children of a certain control type. For a list of control types have a look at the control types provided by the UI Automation.
slBase.GetRawChildren("Text")