Use the Playback Results: .NET Script options to control the capturing of screens during the playback of .NET scripts.
The Screen Capture option can also be modified programmatically from .NET scripts, using the Workbench.Options.ScreenCapture property.
Workbench.Options.ScreenCapture = ScreenshotCaptureModeOption.None Workbench.Options.ScreenCapture = ScreenshotCaptureModeOption.Application Workbench.Options.ScreenCapture = ScreenshotCaptureModeOption.ActiveWindow Workbench.Options.ScreenCapture = ScreenshotCaptureModeOption.Desktop