Sets the control to be wrapped as an element in the HTML document.
public void setControl( Control c, boolean fEmbed )
c
The WFC control to be added to the document.
fEmbed
Set to true to cause the control to be embedded in the document; set to false if the control is to be activated as a top-level window.
See Also getControl