Method IgnoreChildMouseWheel
IgnoreChildMouseWheel(AbstractControl?)
Determines whether the mouse wheel event should be ignored for the specified child control.
protected virtual bool IgnoreChildMouseWheel(AbstractControl? child)
Parameters
child
AbstractControlThe child control to check.
Returns
- bool
True if the mouse wheel event should be ignored; otherwise, false.