ユーザー補助対象のオブジェクトのハンドルを取得または設定します。
Public Property Handle As IntPtr
[C#]
public IntPtr Handle {get; set;}
[C++]
public: __property IntPtr get_Handle();public: __property void set_Handle(IntPtr);
[JScript]
public function get Handle() : IntPtr;public function set Handle(IntPtr);
プロパティ値
コントロールのハンドルを表す IntPtr 。
解説
Control.ControlAccessibleObject の Handle プロパティの値は、関連付けられている Control の Handle プロパティの値と同じです。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
Control.ControlAccessibleObject クラス | Control.ControlAccessibleObject メンバ | System.Windows.Forms 名前空間 | Control.Handle