VPE_CTRL_AFTER_ENTER

<< Click to Display Table of Contents >>

Navigation:  Messages Generated by VPE-DLL >

VPE_CTRL_AFTER_ENTER

Previous pageReturn to chapter overviewNext page

[Windows platform only, Interactive Edition and above]

A Control received the focus.
Normally, this event is sent if the user presses the Tab or Backtab key, or clicks with the mouse onto a control. This event can be used to re-format the content of a control.

VPE_CTRL_AFTER_ENTER

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.

 

See Also:

"Interactive Documents" in the Programmer's Manual.