Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.Productivity Namespace / IOfficeTools Interface / CloseOfficeDocsOnAppExit Property


CloseOfficeDocsOnAppExit Property
Determines if documents created by Office Tools and Office Suite applications close when Reflection 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
Exceptions
ExceptionDescription
This exception is thrown when you modify a Reflection property that has been secured via the Permissions Manager, or if such modifications require Administrator privileges.
See Also