Reflection
ITerminal Interface
Members 


The Terminal is an Open Systems host emulation session object.
Object Model
ITerminal InterfaceIConnectionSettings InterfaceIContextMenus InterfaceIFileTransfer InterfaceIKeyboardMapper InterfaceIMacro InterfaceIMouseMapper InterfaceIProductivity InterfaceIScreen InterfaceITheme InterfaceIUiControlActionMapper Interface
Syntax
'Declaration
 
Public Interface ITerminal 
   Inherits Attachmate.Reflection.Framework.IControl 
'Usage
 
Dim instance As ITerminal
public interface ITerminal : Attachmate.Reflection.Framework.IControl  
Remarks
The control Guid for non graphics terminal is {BE835A80-CAB2-40d2-AFC0-6848E486BF58}. The control Guid for ReGIS Graphics terminal is {C62BA7E4-5A20-4681-931B-07BF7C971D13}. These Guids are used as the input parameters for CreateControl( Guid controlType) in the Application object.
See Also