IsCaptureActive method (ILEADRasterScr)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

VARIANT_BOOL IsCaptureActive ();

Overview

Refer to Implementing Screen Capture.

Remarks

Indicates whether a capture operation has been started or not.

Note:

The user must call StopCapture if a capture operation has been started (for example, waiting for a hot key to be pressed) before the user allows the main window/application to terminate.

See Also

Elements:

CaptureHotKey property, CaptureHotKeyPressed event

Topics:

Screen Capture: Capturing images