This method of the ActiveXControl Class processes focus events. When the focus is gained, the ActiveX control will become UI-active.
public void processFocusEvent(FocusEvent event);
event | The FocusEvent object that was generated by the window manager. |