Assigns a new parent control. Sends out the appropriate property change notifications for properties that are affected by the change of parent.
[Visual Basic] Overrides Protected Sub AssignParent( _ ByVal value As Control _ ) [C#] protected override void AssignParent( Control value ); [C++] protected: override void AssignParent( Control* value ); [JScript] protected override function AssignParent( value : Control );
RichControl Class | RichControl Members | System.WinForms Namespace