←Select platform

RunLinkKeyModifier Property

Summary

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

Syntax
C#
VB
C++
public virtual Keys RunLinkKeyModifier { get; set; } 
Public Overridable Property RunLinkKeyModifier() As System.Windows.Forms.Keys 
   Get 
   Set 
public:  
   virtual property System::Windows::Forms::Keys^ RunLinkKeyModifier 
   { 
      System::Windows::Forms::Keys^ get() 
      void set(System::Windows::Forms::Keys^ value) 
   } 

Property Value

The modifier key to check for when the user clicks on a link to run it. Default value is System.Windows.Forms.Keys.

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 System.Windows.Forms.Keys. But can modify if needed - for example, set it to System.Windows.Forms.Keys 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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer.WinForms Assembly