UserControlComboBoxOnMouseWheel Method

This is overridden to scroll the selected item with the mouse wheel

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
protected override void OnMouseWheel(
	MouseEventArgs e
)

Parameters

e  MouseEventArgs
The event arguments

See Also