GetActionKeys Method

Summary

Gets the keystroke combination for the specified action.

Syntax
C#
VB
C++
  
Public Function GetActionKeys( _ 
   ByVal actionType As MedicalViewerActionType _ 
) As MedicalViewerKeys 
            public: 
MedicalViewerKeys^ GetActionKeys(  
   MedicalViewerActionType actionType 
)  

Parameters

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

Return Value

A MedicalViewerKeys that contains the retrieved keystrokes combination.

Remarks

To set the keystroke combination for a specific action, call SetActionKeys.

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