HwndSourceParameters.ParentWindow プロパティ

定義

作成されたウィンドウの親ウィンドウ ハンドル (HWND) を取得または設定します。

public:
 property IntPtr ParentWindow { IntPtr get(); void set(IntPtr value); };
public IntPtr ParentWindow { get; set; }
member this.ParentWindow : nativeint with get, set
Public Property ParentWindow As IntPtr

プロパティ値

IntPtr

nativeint

親ウィンドウの HWND。

適用対象

こちらもご覧ください