CaptureHotKeyModifiers property (Screen Control)

C++ Builder example

Delphi 4.0 Example

 

Builder Syntax

int CaptureHotKeyModifiers

Delphi Syntax

CaptureHotKeyModifiers : Integer

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: You must call StopCapture if a capture operation has been started (for example, waiting for a hot key to be pressed) before you allow your main window/application to terminate.

Setting

Description

CAPTURE_MOD_ALT

[0x0001] Alt key

CAPTURE_MOD_CONTROL

[0x0002] Control key

CAPTURE_MOD_SHIFT

[0x0004] Shift key

See Also

Elements:

CaptureHotKey property, OnCaptureHotKeyPressed event