Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Medical.Workstation Namespace > ModalitySettingsDataSource Class : GetAllowedModalityPresetShortcuts Method |
public Keys[] GetAllowedModalityPresetShortcuts( ModalityType modality, WindowLevelInformation preset )
'Declaration Public Function GetAllowedModalityPresetShortcuts( _ ByVal modality As ModalityType, _ ByVal preset As WindowLevelInformation _ ) As Keys()
'Usage Dim instance As ModalitySettingsDataSource Dim modality As ModalityType Dim preset As WindowLevelInformation Dim value() As Keys value = instance.GetAllowedModalityPresetShortcuts(modality, preset)
public: Keys[]* GetAllowedModalityPresetShortcuts( ModalityType modality, WindowLevelInformation* preset )
public: array<Keys>^ GetAllowedModalityPresetShortcuts( ModalityType modality, WindowLevelInformation^ preset )