CaptureAreaShowOpaqueText property (Screen Control)

C++ Builder example

Delphi 4.0 Example

 

Builder Syntax

bool CaptureAreaShowOpaqueText

Delphi Syntax

CaptureAreaShowOpaqueText: Boolean

Overview

Refer to Implementing Screen Capture.

Remarks

Specifies whether to display the cursor position and area size on an opaque background. Possible values are:

Setting

Description

TRUE

Use an opaque background when displaying the cursor position and area size.

FALSE

Use a transparent background when displaying the cursor position and area size.

See Also

Elements:

CaptureAreaTextBackColor property, CaptureAreaShowAreaSize property, CaptureAreaShowCursorPosition property, CaptureAreaTextForeColor property, CaptureArea method