InfoConnect API Guide
Attachmate.Reflection.Productivity Namespace / IOfficeTools Interface / CloseOfficeDocsOnAppExit Property


In This Topic
    CloseOfficeDocsOnAppExit Property
    In This Topic
    Determines if documents created by Office Tools and Office Suite applications close when InfoConnect closes (true), or if they stay open (false).
    Syntax
    'Declaration
     
    
    Property CloseOfficeDocsOnAppExit As Boolean
    'Usage
     
    
    Dim instance As IOfficeTools
    Dim value As Boolean
     
    instance.CloseOfficeDocsOnAppExit = value
     
    value = instance.CloseOfficeDocsOnAppExit
    bool CloseOfficeDocsOnAppExit {get; set;}
    Exceptions
    ExceptionDescription
    This exception is thrown when you modify an InfoConnect property that has been secured via the Permissions Manager, or if such modifications require Administrator privileges.
    See Also