InfoConnect API Guide
Attachmate.Reflection.UserInterface Namespace / IFrame Interface / CreateView Method
The terminal control to host inside the View


In This Topic
    CreateView Method
    In This Topic
    Creates a View to host the control.
    Syntax
    'Declaration
     
    
    Function CreateView( _
       ByVal control As Object _
    ) As IView
    'Usage
     
    
    Dim instance As IFrame
    Dim control As Object
    Dim value As IView
     
    value = instance.CreateView(control)
    IView CreateView( 
       object control
    )

    Parameters

    control
    The terminal control to host inside the View

    Return Value

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