NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Control.Parent

The parent of this control.

[Visual Basic]
Public Property Parent As Control
[C#]
public Control Parent {get; set;}
[C++]
public: __property Control* get_Parent();
public: __property void set_Parent(Control*);
[JScript]
public function get Parent() : Control;
public function set Parent(Control);

See Also

Control Class | Control Members | System.WinForms Namespace