Admin Production rocket
Current Publication

GetChildControlById Method

InfoConnect Desktop InfoConnect .NET API Guide V18.0.1
Rocket® InfoConnect Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
ID of the item to retrieve.
GetChildControlById Method (IUiMode)
In This Topic
Returns the child control that has the specified ID.
Syntax

                     
                     
'Declaration
 

                     
                     
Function GetChildControlById( _
   ByVal id As String _
) As IUiControl

                  

                     
                     
'Usage
 

                     
                     
Dim instance As IUiMode
Dim id As String
Dim value As IUiControl
 
value = instance.GetChildControlById(id)

                  

                     
                     
IUiControl GetChildControlById( 
   string id
)

                  

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