Microsoft SDK for Java

DhBaseContainer.add

Adds a Windows Foundation Classes for Java (WFC) control to the container.

Syntax

public void add( Control c )

protected void add( DhElement e )

protected void add( DhElement e, int insertFlag )

protected void add( DhElement e, DhElement relativeTo, int insertFlag )

Parameters

c

The WFC control to be added.

e

The element to add.

insertFlag

The insert position from DhInsertOptions.

relativeTo

The element relative to which the element is added.

See Also   remove

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