Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.UserInterface Library / UiControlContainer Object / SubItems Property
In This Topic
    SubItems Property (UiControlContainer)
    In This Topic
    Gets a collection of subitems. Each subitem is returned as a user interface control.
    Syntax
    expression.SubItems As UiControl() object 
    where expression is a variable that represents a UiControlContainer Object

    Property Value

    An array of UiControl objects
    See Also