Modifiers Property

Summary
Gets or sets the value that indicates the modifier key that needs to be pressed when one of the keys is pressed.
Syntax
C#
VB
C++
public MedicalViewerModifiers Modifiers { get; set; } 
  
Public Property Modifiers As MedicalViewerModifiers 
            public: 
property MedicalViewerModifiers Modifiers { 
   MedicalViewerModifiers get(); 
   void set (    MedicalViewerModifiers ); 
} 

Property Value

A MedicalViewerModifiers enumeration value that indicates the modifier key that needs to be pressed when one of the keys is pressed.

Remarks
  • The modifiers are:
    • No modifier key.
    • The left or right Control key.
    • The left or right Shift key.
    • The left or right Alt key.
Example

For an example, refer to Leadtools.MedicalViewer.MedicalViewer().

Requirements

Target Platforms

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

Leadtools.MedicalViewer Assembly

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