Event XbpActiveXControl():killInputFocus Foundation

ActiveX control is losing input focus.

Syntax
:killInputFocus := {| uNIL1, uNIL2, self | ... }
:killInputFocus () --> self
xbeP_KillInputFocus (1048629)
Return

This method returns the object executing the method (self).

Description

The xbeP_KillInputFocus event is generated when input focus is removed from the ActiveX control (first the input focus is removed, then the event is generated). The first two code block parameters contain NIL and the third contains self. When the code block or method is executed, self has already lost input focus.

The xbeP_KillInputFocus event is generated only if the ActiveX control connected to the XbpActiveXControl object can receive the input focus. Otherwise, the flag value OLECTRL_NOUIACTIVATE is set in the :controlFlags() instance variable.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.