'Declaration
Public Shared Function GetControlByInstanceId( _ ByVal controlInstanceId As Guid _ ) As Object
'Usage
Dim controlInstanceId As Guid Dim value As Object value = MyReflection.GetControlByInstanceId(controlInstanceId)
public static object GetControlByInstanceId( Guid controlInstanceId )
Parameters
- controlInstanceId
- The instance ID of the control.
Return Value
The control associated with the supplied controlInstanceId