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.AssignParent

Assigns a new parent control. Sends out the appropriate property change notifications for properties that are affected by the change of parent.

[Visual Basic]
Overridable Protected Sub AssignParent( _
   ByVal value As Control _
)
[C#]
protected virtual void AssignParent(
   Control value
);
[C++]
protected: virtual void AssignParent(
   Control* value
);
[JScript]
protected function AssignParent(
   value : Control
);

Parameters

value
The new parent control.

See Also

Control Class | Control Members | System.WinForms Namespace