EnableFireMouse2Event property (ILEADRasterView)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

BOOL EnableFireMouse2Event

Overview

Refer to Detecting Events.

Remarks

(Persistent property, available at design time) Enables the use of the MouseDown2, MouseMove2 and MouseUp2 events. Possible values are:

Value

Meaning

TRUE

[0x0001] Generate MouseXXX2 events.

FALSE

[0x0002] Do not generate MouseXXX2 events.

See Also

Elements:

Click event, DblClick event, MouseMove event, MouseDown event, MouseUp event, MouseDown2 event, MouseMove2 event, MouseUp2 event

Topics:

Working with the Control: General Behavior

 

Working with the Control: Client Area Usage