Microsoft SDK for Java

Control.assignParent

Assigns a new parent control.

Syntax

protected final void assignParent( Control value )

Parameters

value

A Control object that represents the new parent control.

Remarks

This method sends out the appropriate property change notifications for properties that are affected by the change of parent.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.