Overview | Methods | This Package | All Packages
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