Send comments on this topic.
GetChildControlById Method
Attachmate.Reflection.Objects Library (User Interface) > _UiMode Interface : GetChildControlById Method
id
ID of the item to retrieve.
Returns the child control that has the specified ID.

Syntax

 
object.GetChildControlById( 
   ByVal id As String
) As UiControl

Parameters

id
ID of the item to retrieve.

Return Value

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

See Also