CaptureAreaEnableKeyboard property (Screen Control)

C++ Builder example

Delphi 4.0 Example

 

Builder Syntax

bool CaptureAreaEnableKeyboard

Delphi Syntax

CaptureAreaEnableKeyboard : Boolean

Overview

Refer to Implementing Screen Capture.

Remarks

Specifies whether the keyboard is enabled during capture, allowing the use of the Shift, Control, +, and - keys. If this property is set to TRUE, these keys perform the following functions:

Key

Use

(+/-)

Zooming In/Out in the info window

(Ctrl)

If Area is Rect, RoundRect, or Ellipse, pressing CTRL will center the drawing

(Shift)

If Area is Rect, RoundRect, or Ellipse, pressing SHIFT will draw regular shapes (that is Ellipse becomes a circle , Rectangle becomes a Square, etc.)

Possible values for this property are:

Setting

Description

TRUE

Enable keyboard during capture.

FALSE

Disable keyboard during capture.