InfoConnect API Guide
Attachmate.Reflection.Productivity Namespace / IScreenHistory Interface / CaptureScreen Method


In This Topic
    CaptureScreen Method
    In This Topic
    Captures the current host screen, including any data entered in non-hidden fields, and adds it to the Screen History list.
    Syntax
    'Declaration
     
    
    Sub CaptureScreen() 
    'Usage
     
    
    Dim instance As IScreenHistory
     
    instance.CaptureScreen()
    void CaptureScreen()
    Remarks
    If privacy filters are enforced, sensitive data in unprotected fields will be replaced in the screen capture by the first filter that has matching criteria.
    See Also