Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Framework Library / Attachmate.Reflection.Objects.Framework Library / ApplicationObject Object / Close Method
An ApplicationCloseOption Enumeration value.
In This Topic
    Close Method (ApplicationObject)
    In This Topic
    Closes the application.
    Syntax
    expression.Close( _
       ByVal closeOption As ApplicationCloseOption _
    ) 
    where expression is a variable that represents a ApplicationObject Object

    Parameters

    closeOption
    An ApplicationCloseOption Enumeration value.
    See Also