Ribbon for WinForms
GET_WHEEL_DELTA_WPARAM メソッド (Win32)

C1.Win.8 アセンブリ > C1.Util.Win 名前空間 > Win32 クラス : GET_WHEEL_DELTA_WPARAM メソッド
The value to be converted.
Retrieves the wheel-delta value from the specified WPARAM value.
シンタックス
'宣言
 
Public Shared Function GET_WHEEL_DELTA_WPARAM( _
   ByVal wParam As IntPtr _
) As Integer
public static int GET_WHEEL_DELTA_WPARAM( 
   IntPtr wParam
)

パラメータ

wParam
The value to be converted.

戻り値の型

The return value is the high-order word representing the wheel-delta value. It indicates the distance that the wheel is rotated, expressed in multiples or divisions of WHEEL_DELTA, which is 120. A positive value indicates that the wheel was rotated forward, away from the user; a negative value indicates that the wheel was rotated backward, toward the user.
解説
Use: WM_MOUSEWHEEL - zDelta
参照

Win32 クラス
Win32 メンバ