InfoConnect for Unisys
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
ExceptionDescription
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.
Remarks
If true, the live host screen (or the active selection on that screen) is inserted into newly created Office documents. If false, no host data is inserted.
See Also