Northwoods.GoSilverlight 1.3.5 Assembly
GetWheelDelta Method
See Also  Send Feedback
Northwoods.GoXam.Tool Namespace > DiagramTool Class : GetWheelDelta Method

Return how much the wheel has turned.

Syntax

Visual Basic (Declaration) 
Protected Overridable Function GetWheelDelta() As Integer
C# 
protected virtual int GetWheelDelta()

Return Value

If the last mouse event was the mouse wheel turning forward, this returns a positive integer. If the last mouse event was the mouse wheel turning backward, this returns a negative integer. Otherwise this returns zero.

Requirements

See Also

© 2012 All Rights Reserved.