コントロールの親を取得または設定します。
Public Property Parent As IntPtr
[C#]
public IntPtr Parent {get; set;}
[C++]
public: __property IntPtr get_Parent();public: __property void set_Parent(IntPtr);
[JScript]
public function get Parent() : IntPtr;public function set Parent(IntPtr);
プロパティ値
コントロールの親のウィンドウ ハンドルを格納する IntPtr 。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
CreateParams クラス | CreateParams メンバ | System.Windows.Forms 名前空間 | Control.Handle