InfoConnect API Guide
Attachmate.Reflection.Productivity Namespace / IScreenHistory Interface
Properties Methods Events

In This Topic
    IScreenHistory Interface Members
    In This Topic

    The following tables list the members exposed by IScreenHistory.

    Public Properties
     NameDescription
     PropertyGets or sets a value for whether to clear the screen list when the session disconnects (if true).  
     PropertyReturns the number of screens listed in the Screen History of the session.  
     PropertyReturns the zero-based index of the current history screen or -1 if the live screen is active.  
     PropertyGets or sets whether host screens are only captured manually (true) or if they're captured automatically (false).  
     PropertyGets or sets the number of host screens in the Screen History list.  
     PropertyGets the parent object (IProductivity).  
     PropertyGets or sets the visible state of the dockable Screen History panel.  
    Top
    Public Methods
     NameDescription
     MethodShows the previous host screen from the Screen History list in read-only mode.  
     MethodCaptures the current host screen, including any data entered in non-hidden fields, and adds it to the Screen History list.  
     MethodRemove all screens from the Screen History list.  
     MethodDeletes a specific screen from the Screen History list.  
     MethodShows the next host screen from the Screen History list in read-only mode.  
     MethodReturns a history screen as an image.  
     MethodReturns the live screen as an image.  
     MethodLoads a screen history file into the session document.  
     MethodSaves screen history contents to the specified file.  
     MethodShows the current host screen from anywhere in the screen history sequence.  
     MethodShows a specific screen from the Screen History list.  
    Top
    Public Events
     NameDescription
     EventRaised when screens are added to or deleted from the Screen History list.  
     EventRaised when a history screen has been selected.  
    Top
    See Also