Control.FromHandle メソッド
指定したハンドルに現在関連付けられているコントロールを返します。
Public Shared Function FromHandle( _
ByVal handle As IntPtr _) As Control
[C#]
public static Control FromHandle(IntPtrhandle);
[C++]
public: static Control* FromHandle(IntPtrhandle);
[JScript]
public static function FromHandle(
handle : IntPtr) : Control;
パラメータ
- handle
検索する対象となるウィンドウ ハンドル (HWND)。
戻り値
指定したハンドルに関連付けられたコントロールを表す Control 。指定したハンドルを持つコントロールが見つからない場合は null 参照 (Visual Basic では Nothing) を返します。
解説
複数のハンドルを所有するコントロールを返す必要がある場合は、 FromChildHandle メソッドを使用します。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
.NET Framework セキュリティ:
- UIPermission (すべてのウィンドウでこのメソッドを呼び出すために必要なアクセス許可) UIPermissionWindow.AllWindows (関連する列挙体)
参照
Control クラス | Control メンバ | System.Windows.Forms 名前空間 | Handle | Parent