Table of Contents

Method IgnoreChildMouseWheel

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

IgnoreChildMouseWheel(AbstractControl?)

Determines whether the mouse wheel event should be ignored for the specified child control.

protected virtual bool IgnoreChildMouseWheel(AbstractControl? child)

Parameters

child AbstractControl

The child control to check.

Returns

bool

True if the mouse wheel event should be ignored; otherwise, false.