CaptureHotKeyPressed event (ILEADRasterScr)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

void CaptureHotKeyPressed ();

Overview

Refer to Implementing Screen Capture.

Remarks

Occurs when the CaptureHotKey property is pressed.

The user can use this event to initialize any variables or properties before beginning capture.

The user can stop a multi capture operation by calling the StopCapture method.

See Also

Elements:

CaptureHotKey property, CaptureHotKeyModifiers property

Topics:

Screen Capture: Hot Key properties