An NDoc Documented Class Library

Window.SendMessage メソッド 

Win32APIのSendMessageをWindowに送信します。

public IntPtr SendMessage(
   P_WM Msg,
   IntPtr wParam,
   IntPtr lParam
);

パラメータ

Msg
ウィンドウメッセージ
wParam
パラメータw
lParam
パラメータl

戻り値

SendMessageからの返り値です

参照

Window クラス | FNF.WindowController 名前空間