VpeGetObjectID

<< Click to Display Table of Contents >>

Navigation:  Clickable Objects >

VpeGetObjectID

Previous pageReturn to chapter overviewNext page

[Windows platform only, Professional Edition and above]

Returns the Object ID of the clicked object.

int VpeGetObjectID(

VpeHandle hDoc

)

VpeHandle hDoc

Document Handle

Returns:

the Object ID of the clicked object

Remarks:

This property is only accessible while your application is processing the event VPE_OBJECTCLICKED. Calling this function while not processing the event will return invalid - and therefore useless - data.

Example:

see VpeSetObjectID