CaptureAreaShowDrawCursor property (Screen Control)

C++ Builder example

Delphi 4.0 Example

 

Builder Syntax

bool CaptureAreaShowDrawCursor

Delphi Syntax

CaptureAreaShowDrawCursor : Boolean

Overview

Refer to Implementing Screen Capture.

Remarks

Specifies whether to display the cursor during drawing. Set the desired cursor using the CaptureCursor property. Possible values are:

Setting

Description

TRUE

Display the cursor during capture.

FALSE

Do not display the cursor during capture.

See Also

Elements:

CaptureCursor property, CaptureArea method