Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Productivity Library / ScreenHistory Object
Properties Methods Events

In This Topic
    ScreenHistory Object Members
    In This Topic

    The following tables list the members exposed by ScreenHistory.

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