<< Click to Display Table of Contents >> VpeEnableClickEvents |
[Windows platform only, Professional Edition and above]
Specifies, whether clickable objects shall be activated (= be clickable) or not. This property is valid for the whole document. If you set it to False, no object in the preview will be clickable, regardless whether you assigned an Object ID to an object or not.
void VpeEnableClickEvents(
VpeHandle hDoc,
int yes_no
)
VpeHandle hDoc
Document Handle
int yes_no
Value |
Description |
True |
enable |
False |
disable |
Default:
True