EnableMouseWheel property (Main Control)

Visual Basic example
Visual C++ 4.0 example

Syntax VARIANT_BOOL EnableMouseWheel

Overview:  Refer to Detecting Events.

Remarks

Gets or sets a value that indicates whether LEADTOOLS generates MouseWheel events. Possible values are:

Value

Meaning

TRUE

Generate MouseWheel events.

FALSE

Do not generate MouseWheel events.

See Also

See Also

Elements:  MouseWheel event, Click event, DblClick event, MouseDown event, MouseUp event

Topics:  Working with the Control: General Behavior
Working with the Control: Client Area Usage