expression.GetControlById( _ ByVal id As System.String _ ) As _UiControl
Parameters
- id
- ID of the item to retrieve.
Return Value
Returns the UiControl control if it exists as a descendent of the current control. If not, returns null.
expression.GetControlById( _ ByVal id As System.String _ ) As _UiControl