IncludeScreenData Property
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 InfoConnect property
that has been secured via the Permissions Manager,
or if such modifications require Administrator privileges.
|
See Also