Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmPrinter Object / Close Method
Close option indicates how to handle the save action upon closing the control.
In This Topic
    Close Method (IbmPrinter)
    In This Topic
    Closes the printer session with the close option.
    Syntax
    expression.Close( _
       ByVal option As CloseOption _
    ) As ReturnCode
    where expression is a variable that represents a IbmPrinter Object

    Parameters

    option
    Close option indicates how to handle the save action upon closing the control.

    Return Value

    ReturnCode value indicates the success or error conditions.
    See Also