SetActionKeys Method

Summary

Sets the keystroke combination for the specified action

Syntax
C#
VB
C++
  
Public Sub SetActionKeys( _ 
   ByVal actionType As MedicalViewerActionType, _ 
   ByVal keyClass As MedicalViewerKeys _ 
)  
            public: 
void SetActionKeys(  
   MedicalViewerActionType actionType, 
   MedicalViewerKeys^ keyClass 
)  

Parameters

actionType
The specified action which is having its keystroke combination set.

keyClass
A MedicalViewerKeys that contains the keystroke combination.

Remarks

To get the keystroke combination for a specific action, call GetActionKeys. For more information, refer to Applying Actions.

Example

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

Requirements

Target Platforms

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

Leadtools.MedicalViewer Assembly