InfoConnect API Guide
Attachmate.Reflection.Framework Namespace / MyReflection Class / GetControlByInstanceId Method
The instance ID of the control.


In This Topic
    GetControlByInstanceId Method (MyReflection)
    In This Topic
    Gets a control running on any instance of InfoConnect 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