rawChildren = base.GetRawChildren([automationControlType])
rawChildren = base.GetRawChildren([automationControlType])
Variable | Description |
---|---|
rawChildren | List(Of SLBase). |
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 MSUIA.
slBase.GetRawChildren("Text")