IncludeScreenData Property
In This Topic
Gets or sets whether to insert host screen data in new Office items.
Syntax
'Declaration
Property IncludeScreenData As Boolean
'Usage
Dim instance As IOfficeTools
Dim value As Boolean
instance.IncludeScreenData = value
value = instance.IncludeScreenData
bool IncludeScreenData {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