←Select platform

SetActionKeys Method

Summary

Sets the keystroke combination for the specified action

Syntax

C#
VB
C++
  
Public Sub SetActionKeys( _ 
   ByVal actionType As Leadtools.Medicalviewer.MedicalViewerActionType, _ 
   ByVal keyClass As Leadtools.Medicalviewer.MedicalViewerKeys _ 
)  
             

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly