InfoConnect for Airlines VBA Guide
Attachmate.Reflection.Objects.UserInterface Library / Frame Object / CreateView Method
The control to be hosted in this View
In This Topic
    CreateView Method
    In This Topic
    Creates a view to host the control.
    Syntax
    expression.CreateView( _
       ByVal control As System.Object _
    ) As _View

    Parameters

    control
    The control to be hosted in this View

    Return Value

    A new View object that hosts the specified control.
    See Also