<< Click to Display Table of Contents >> VPE_CTRL_AFTER_EXIT |
[Windows platform only, Interactive Edition and above]
The currently focused Control lost the focus.
Normally, this event is sent if the user presses the Tab or Backtab key, or clicks with the mouse onto another control. When receiving this message, it is possible for you to force the focus to be set explicitly to a specific control by calling SetFocusControlByName() or SetFocus(). It is also possible to enable and disable other controls of the current form while processing this event.
In addition this event can be used to re-format the content of a control.
VPE_CTRL_AFTER_EXIT
WPARAM wParam
LPARAM lParam
Parameters:
wParam
contains the object-handle of the object, which fired the event
lParam
contains the document-handle, so you can determine which document has sent the message
Remarks:
Your application should return zero if it processes this message.
"Interactive Documents" in the Programmer's Manual.