Sets a boolean value that determines whether this control should be a top-level window.
public void setTopLevel( boolean value )
value
Set to true to make this control a top-level window; otherwise, set to false.
Because an ActiveX control can never be a top-level window, the value of the value parameter should always be false.
WFCException thrown if the value parameter is set to true.