Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmPrinter Interface
Members


In This Topic
    IIbmPrinter Interface
    In This Topic
    The IIbmPrinter interface is an interface to access an IBM 3270 or 5250 host emulation printer session object.
    Object Model
    IIbmPrinter InterfaceIContextMenus InterfaceIPrinterPrintOptions Interface
    Syntax
    'Declaration
     
    
    Public Interface IIbmPrinter 
       Inherits Attachmate.Reflection.Framework.IControl, Attachmate.Reflection.Framework.IProxy 
    'Usage
     
    
    Dim instance As IIbmPrinter
    public interface IIbmPrinter : 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 IbmPrinter control is {087535A4-B19F-4EA5-A9BA-90E937037552}.

    The control Guid for 5250 IbmPrinter control is {57917DCE-6946-4F5F-822C-88C65B159129}.

    See Also