Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.UI Namespace > DocumentViewerPageLinksInteractiveMode Class : RunLinkKeyModifier Property |
public virtual Keys RunLinkKeyModifier {get; set;}
'Declaration
Public Overridable Property RunLinkKeyModifier As Keys
'Usage
Dim instance As DocumentViewerPageLinksInteractiveMode Dim value As Keys instance.RunLinkKeyModifier = value value = instance.RunLinkKeyModifier
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.