C# Class MouseWheelHandler, CSharp.Controls.Graph.Chart

Class for effective catching WM_MOUSEWHEEL message to change ViewScale by mouse
Datei anzeigen Open project: xHasKx/CSharp.Controls.Graph.Chart Class Usage Examples

Public Methods

Method Description
Add ( Control ctrl, Action onMouseWheel ) : void

Method Details

Add() public static method

public static Add ( Control ctrl, Action onMouseWheel ) : void
ctrl Control
onMouseWheel Action
return void