HTMLControl.add

Overview | Methods | This Package | All Packages

HTMLControl.add

Adds a WFC control to the HTML control.

Syntax

public final void add( Control c )

public final void add( DhElement e )

Parameters

c

A Control object that specifies the Windows' user interface element to add to the HTML control.

e

A DhElement object that specifies the HTML element to be added to the control.