Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / 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 Object _
    ) As View object 
    where expression is a variable that represents a Frame Object

    Parameters

    control
    The control to be hosted in this View

    Return Value

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