CaptureHotKeyModifiers property (ILEADRasterScr)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short CaptureHotKeyModifiers

Overview

Refer to Implementing Screen Capture.

Remarks

Gets or sets the modifier keys used with the CaptureHotKey. Possible values are listed below. These values may be combined.

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.

 

Setting

Description

SCR_MOD_ALT

[0x0001] Alt key

SCR_MOD_CONTROL

[0x0002] Control key

SCR_MOD_SHIFT

[0x0004] Shift key

See Also

Elements:

CaptureHotKey property, CaptureHotKeyPressed event

Topics:

Screen Capture: Hot Key properties