Event XbpActiveXControl():setInputFocus Foundation

Input focus set.

Syntax
:setInputFocus := {| uNIL1, uNIL2, self | ... }
:setInputFocus () --> self
xbeP_SetInputFocus (1048628)
Return

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

Description

The xbeP_SetInputFocus event is generated after the ActiveX control has received input focus (first the input focus is set, 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 already has input focus.

The xbeP_SetInputFocus 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.