IScreenHistory Interface Properties
In This Topic
For a list of all members of this type, see IScreenHistory members.
Public Properties
| Name | Description |
 | ClearHistoryOnDisconnect | Gets or sets a value for whether to clear the screen list when the session disconnects (if true). |
 | Count | Returns the number of screens listed in the Screen History of the session. |
 | Index | Returns the zero-based index of the current history screen or -1 if the live screen is active. |
 | ManualCaptureOnly | Gets or sets whether host screens are only captured manually (true) or if they're captured automatically (false). |
 | NumberOfScreensToRemember | Gets or sets the number of host screens in the Screen History list. |
 | Parent | Gets the parent object (IProductivity). |
 | ScreenHistoryPanelVisible | Gets or sets the visible state of the dockable Screen History panel. |
Top
See Also