Reflection
InitInstance(HostType) Method


Host type for the new session
Initializes this terminal instance with a given HostType.
Syntax
'Declaration
 
Public Overloads Sub InitInstance( _
   ByVal hostType As HostType _
) 
'Usage
 
Dim instance As IbmTerminalControl
Dim hostType As HostType
 
instance.InitInstance(hostType)
public void InitInstance( 
   HostType hostType
)

Parameters

hostType
Host type for the new session
Remarks
The InitInstance call is required to initialize the terminal user control with sufficient information to render a terminal user interface.
See Also