次の方法で共有


Message.HWnd プロパティ

メッセージのウィンドウ ハンドルを取得または設定します。

Public Property HWnd As IntPtr
[C#]
public IntPtr HWnd {get; set;}
[C++]
public: __property IntPtr get_HWnd();public: __property void set_HWnd(IntPtr);
[JScript]
public function get HWnd() : IntPtr;public function set HWnd(IntPtr);

プロパティ値

メッセージのウィンドウ ハンドル。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

Message 構造体 | Message メンバ | System.Windows.Forms 名前空間