runLinkKeyModifier Property

Summary

Modifier key to check for when the user clicks on a link to run it.

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentViewerPageLinksInteractiveMode.prototype, 'runLinkKeyModifier', 
	get: function(), 
	set: function(value) 
) 
runLinkKeyModifier: Keys; 

Property Value

The modifier key to check for when the user clicks on a link to run it. Default value is None.

Remarks

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.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.