The following tables list the members exposed by ScreenHistory.
Name | Description | |
---|---|---|
![]() | ClearHistoryOnDisconnect | Gets or sets a value for whether the screen list is cleared when a session disconnects (true) or not (false). |
![]() | Count | Returns the number of screens in the Screen History for a session. |
![]() | Index | Returns the zero-based index of the current history screen or minus one (-1) if the live screen is active. |
![]() | ManualCaptureOnly | Gets or sets whether new host screens are captured manually (true) or automatically (false). |
![]() | NumberOfScreensToRemember | Gets or sets the number of host screens in Screen History at any given time. |
![]() | Parent | Gets the parent object (Productivity). |
![]() | ScreenHistoryPanelVisible | Gets or sets the visible state of the dockable Screen History panel. |
Name | Description | |
---|---|---|
![]() | Back | Shows the previous host screen from Screen History in read-only mode. |
![]() | CaptureScreen | Captures the current host screen, including any data in non-hidden fields, and adds it to the Screen History list. |
![]() | ClearAllScreens | Remove all screens from the Screen History list. |
![]() | DeleteScreen | Deletes a specific screen from the Screen History list. |
![]() | Forward | Shows the next host screen from Screen History in read-only mode. |
![]() | GetHistoryScreenImage | Returns a history screen as an image. |
![]() | GetLiveScreenImage | Returns the live screen as an image. |
![]() | OpenScreenHistoryFile | Loads a screen history file into the session document. |
![]() | SaveScreenHistoryFile | Saves screen history contents to the specified file. |
![]() | ShowLiveScreen | Shows the current host screen from anywhere in the Screen History sequence. |
![]() | ShowScreen | Shows a specific screen from the Screen History list. |
Name | Description | |
---|---|---|
![]() | ScreenChanged | Raised when screens are added or deleted in the Screen History list. |
![]() | ScreenSelected | Raised when a history screen has been selected. |