CaptureAreaShowDrawCursor property (ILEADRasterScr)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

VARIANT_BOOL CaptureAreaShowDrawCursor

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

Topics:

Screen Capture: Capture Area properties