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 );