VPE_OBJECTCLICKED

<< Click to Display Table of Contents >>

Navigation:  Messages Generated by VPE-DLL >

VPE_OBJECTCLICKED

Previous pageReturn to chapter overviewNext page

[Windows platform only, Professional Edition and above]

A clickable object with an assigned ObjectID has been clicked with the mouse.

This is one of the few events where VpeCloseDoc() may be called while processing the event.

VPE_OBJECTCLICKED

WPARAM wParam

LPARAM lParam

Parameters:

wParam

unused

lParam

contains the document-handle, so you can determine which document has sent the message

Remarks:

Retrieve the ObjectID with VpeGetObjectID(lParam).

 

Your application should return zero if it processes this message.

 

See also:

Clickable Objects