CloseOfficeDocsOnAppExit Property
Determines if documents created by Office Tools and Office Suite applications close when Reflection closes (true), or if they stay open (false).
bool CloseOfficeDocsOnAppExit {get; set;}
'Declaration
Property CloseOfficeDocsOnAppExit As Boolean
'Usage
Dim instance As IOfficeTools
Dim value As Boolean
instance.CloseOfficeDocsOnAppExit = value
value = instance.CloseOfficeDocsOnAppExit
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.
|