'Declaration
Function GetControlById( _ ByVal id As String _ ) As IUiControl
'Usage
Dim instance As IUiControlContainer Dim id As String Dim value As IUiControl value = instance.GetControlById(id)
IUiControl GetControlById( string id )
Parameters
- id
- ID of the item to retrieve.
Return Value
Returns the control if it exists as a descendent of the current control. If not, returns null.