Control.ReflectMessage(IntPtr, Message) メソッド

定義

指定したメッセージを指定したハンドルにバインドされたコントロールにリフレクションします。

protected:
 static bool ReflectMessage(IntPtr hWnd, System::Windows::Forms::Message % m);
protected static bool ReflectMessage (IntPtr hWnd, ref System.Windows.Forms.Message m);
static member ReflectMessage : nativeint * Message -> bool
Protected Shared Function ReflectMessage (hWnd As IntPtr, ByRef m As Message) As Boolean

パラメーター

hWnd
IntPtr

nativeint

メッセージをリフレクションするコントロールのハンドルを表す IntPtr

m
Message

リフレクションする Windows メッセージを表す Message

戻り値

Boolean

メッセージがリフレクションされた場合は true。それ以外の場合は false

注釈

この ReflectMessage メソッドはインフラストラクチャ メソッドであり、通常はコードから呼び出さないでください。

パラメーターがhWnd有効なコントロールを表していない場合、メソッドは ReflectMessage .false

Windows メッセージは最上位ウィンドウに返されるため、このメソッドを使用して、 ReflectMessage メッセージを送信したコントロールに戻りメッセージを伝達します。

適用対象

こちらもご覧ください