←Select platform

GetAllowedModalityPresetShortcuts Method

Summary

Gets an array of System.Windows.Forms.Keys that can be used as shortcuts for the specified preset.

Syntax

C#
VB
C++
public Keys[] GetAllowedModalityPresetShortcuts( 
   ModalityType modality, 
   WindowLevelInformation preset 
) 
  
Public Function GetAllowedModalityPresetShortcuts( _ 
   ByVal modality As Leadtools.Dicom.Common.Datatypes.ModalityType, _ 
   ByVal preset As Leadtools.Medical.Workstation.WindowLevelInformation _ 
) As Keys() 
public: 
array<Keys>^ GetAllowedModalityPresetShortcuts(  
   Leadtools.Dicom.Common.Datatypes.ModalityType modality, 
   Leadtools.Medical.Workstation.WindowLevelInformation^ preset 
)  

Parameters

modality
The Leadtools.Dicom.Common.DataTypes.ModalityType for the preset.

preset
The WindowLevelInformation for the preset.

Return Value

An array of System.Windows.Forms.Keys that can be used as shortcuts for the specified preset.

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.Medical.Workstation Assembly