<< Click to Display Table of Contents >> VpeGetObjectID |
[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