Attachmate.Reflection.Framework Assembly > Attachmate.Reflection.Framework Namespace > MyReflection Class : GetControlByInstanceId Method |
'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 )