MSG.hwnd プロパティ

定義

ウィンドウ プロシージャがメッセージを受け取るウィンドウのウィンドウ ハンドル (HWND) を取得または設定します。

public:
 property IntPtr hwnd { IntPtr get(); void set(IntPtr value); };
public IntPtr hwnd { [System.Security.SecurityCritical] get; [System.Security.SecurityCritical] set; }
public IntPtr hwnd { get; set; }
[<get: System.Security.SecurityCritical>]
[<set: System.Security.SecurityCritical>]
member this.hwnd : nativeint with get, set
member this.hwnd : nativeint with get, set
Public Property hwnd As IntPtr

プロパティ値

IntPtr

nativeint

ウィンドウ ハンドル (HWND)。

属性

注釈

hwndnull 、メッセージがスレッド メッセージの場合です。

適用対象