Leadtools.Documents.UI Namespace > DocumentViewerPageLinksInteractiveMode Object : RunLinkKeyModifier Property |
get_runLinkKeyModifier();
set_runLinkKeyModifier(value);
Object.defineProperty('runLinkKeyModifier');
Type | Description |
---|---|
Keys | The modifier key to check for when the user clicks on a link to run it. Default value is None. |
This mode supports running links only when the user clicks over an item while pressing down a keyboard modifier through RunLinkKeyModifier. The default value is None. But can modify if needed - for example, set it to Control to mimic how Microsoft Word perform clicking on links embedded in a document.
This value is ignored when the platform does not support a keyboard.