Multi Column Combo BoxOn Mouse Wheel 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: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
protected override void OnMouseWheel(
MouseEventArgs e
)VB
Protected Overrides Sub OnMouseWheel (
e As MouseEventArgs
)C++
protected:
virtual void OnMouseWheel(
MouseEventArgs^ e
) overrideF#
abstract OnMouseWheel :
e : MouseEventArgs -> unit
override OnMouseWheel :
e : MouseEventArgs -> unit Parameters
- e MouseEventArgs
- The event arguments
Remarks
If the drop-down is visible, it is scrolled instead