In This Topic
Creates a View to host the control.
Syntax
'Declaration
Function CreateView( _
ByVal As Object _
) As IView
'Usage
Dim instance As IFrame
Dim control As Object
Dim value As IView
value = instance.CreateView(control)
IView CreateView(
object
)
Parameters
- control
- The terminal control to host inside the View
Return Value
A new View that hosts the specified terminal control.
See Also