Reflection
GetControlByInstanceId Method (MyReflection)


The instance ID of the control.
Gets a control running on any instance of Reflection by the control instance ID.
Syntax
'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
See Also