Ribbon for WinForms
LOWORDU メソッド (Win32)

C1.Win.8 アセンブリ > C1.Util.Win 名前空間 > Win32 クラス : LOWORDU メソッド
The value to be converted.
Retrieves the low-order word from the specified value. This function handles the message parameters of window. See in MSDN which function used to process the message.
シンタックス
'宣言
 
Public Shared Function LOWORDU( _
   ByVal value As IntPtr _
) As Integer
public static int LOWORDU( 
   IntPtr value
)

パラメータ

value
The value to be converted.

戻り値の型

The return value is the low-order word of the specified value.
解説
Use: WM_COMMAND, WM_SYSCOMMAND WM_SETCURSOR WM_ACTIVATE WM_MENUCHAR WM_HSCROLL WM_VSCROLL - SB_THUMBPOSITION or SB_THUMBTRACK
参照

Win32 クラス
Win32 メンバ