Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.UserInterface Library / Frame Object / GetViewByControl Method
Terminal control
In This Topic
    GetViewByControl Method
    In This Topic
    Gets the view that is associated with a terminal control.
    Syntax
    expression.GetViewByControl( _
       ByVal control As Object _
    ) As View object 
    where expression is a variable that represents a Frame Object

    Parameters

    control
    Terminal control

    Return Value

    The View object associated with the specified control
    See Also