This method of the ActiveXControl Class tells the control to become in-place active.
public void activate();
Note By default, a control is activated at addNotify time. Therefore, if an ActiveXControl object needs properties for initialization, calls to the setProperty method should be made before addNotify time.