MouseWheelXXXXX properties allow application to customize the mouse wheel behavior.

MouseWheelAction specifies the task to perform on mouse wheel events.

Specify MouseWheelActions.None for no operation, MouseWheelActions.VScroll for vertical image scroll or MouseWheelActions.Zoom for zoom-in/out (default MouseWheelActions.Zoom).

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public IEViewer..::..MouseWheelActions MouseWheelAction { get; set; }
Public Property MouseWheelAction As IEViewer..::..MouseWheelActions
	Get
	Set
public:
property IEViewer..::..MouseWheelActions MouseWheelAction {
	IEViewer..::..MouseWheelActions get ();
	void set (IEViewer..::..MouseWheelActions value);
}

See Also