InfoConnect API Guide
Attachmate.Reflection.Productivity Namespace / IOfficeTools Interface / IncludeScreenData Property


In This Topic
    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
    ExceptionDescription
    This exception is thrown when you modify an 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