InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface
Members


In This Topic
    IIbmTerminal Interface
    In This Topic
    The IIbmTerminal interface is an interface to access an IBM 3270 or 5250 host emulation session object.
    Object Model
    IIbmTerminal InterfaceInputMapActionSequence ClassInputMapActionSequence ClassIContextMenus InterfaceIFileTransfer InterfaceIKeyboardMapper InterfaceIMacro InterfaceIMouseMapper InterfaceIProductivity InterfaceIIbmScreen InterfaceITheme InterfaceIUiControlActionMapper Interface
    Syntax
    'Declaration
     
    
    Public Interface IIbmTerminal 
       Inherits Attachmate.Reflection.Framework.IControl, Attachmate.Reflection.Framework.IProxy 
    'Usage
     
    
    Dim instance As IIbmTerminal
    public interface IIbmTerminal : Attachmate.Reflection.Framework.IControl, Attachmate.Reflection.Framework.IProxy  
    Remarks
    The control Guid is the input parameter for CreateControl( Guid controlType) in Application object.

    The control Guid for 3270 IbmTerminal control is {09E5A1B4-0BA6-4546-A27D-FE4762B7ACE1}.

    The control Guid for 5250 IbmTerminal control is {AF03A446-F278-4624-B9EF-C896DF2CA1CA}.

    See Also