HTMLControl.setNewComponents

Overview | Methods | This Package | All Packages

HTMLControl.setNewComponents

Adds the specified components to the HTML control.

Syntax

public final void setNewComponents( Component[] comps )

Parameters

comps

An array of Component objects that specify the components to add to the control.

Remarks

Components added using this method must extend either the Control or DhElement classes.


Send feedback to MSDN.Look here for MSDN Online resources.