VisualizerSettingsCaptureStyle Enumeration |
Specifies constants that define the screen area to take screenshots of.
Namespace:
SmartBear.TestLeft.Options
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.60.289.11 (14.60.289.11)
Syntax Public Enumeration CaptureStyle
Dim instance As VisualizerSettings.CaptureStyle
public enum class CaptureStyle
Members
| Member name | Value | Description |
---|
| Desktop | 0 |
Capture a screenshot of the entire desktop.
|
| TopLevelParent | 1 |
Capture the top-level window that contains the object.
|
See Also