Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.UserInterface Library / Frame Object / GetViewByInstanceId Method
The instance id of the View to match
In This Topic
    GetViewByInstanceId Method
    In This Topic
    Gets the view that matches the instance ID.
    Syntax
    expression.GetViewByInstanceId( _
       ByVal instanceId As Guid _
    ) As View object 
    where expression is a variable that represents a Frame Object

    Parameters

    instanceId
    The instance id of the View to match

    Return Value

    The View object that matches the specified instance id, or null if no View object matches the instance id
    See Also