CloseOfficeDocsOnAppExit Property
In This Topic
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
bool CloseOfficeDocsOnAppExit {get; set;}
Exceptions
Exception | Description |
Attachmate.Reflection.SecuredSettingException |
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