This method of the ActiveXControl Class processes the events from the component. It determines when the object has been resized, shown, or hidden.
public synchronized void processComponentEvent(ComponentEvent event);
event | The ComponentEvent that was fired by the container. |