Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.UserInterface Library / UiControlContainer Object / GetChildControlById Method
ID of the item to retrieve.
In This Topic
    GetChildControlById Method (UiControlContainer)
    In This Topic
    Returns the child control that has the specified ID.
    Syntax
    expression.GetChildControlById( _
       ByVal id As String _
    ) As UiControl object 
    where expression is a variable that represents a UiControlContainer Object

    Parameters

    id
    ID of the item to retrieve.

    Return Value

    Returns the UiControl control if it exists in the child collection. Returns null if the control is not in the child collection.
    See Also