C#
VB
C++
Initializes a new instance of the ModalitySettingsDataSource class.
public ModalitySettingsDataSource(
ModalityOptionsCollection modalityOptions,
List<Keys> allAllowedShortcuts
)
Public Function New( _
ByVal modalityOptions As Leadtools.Medical.Workstation.ModalityOptionsCollection, _
ByVal allAllowedShortcuts As List(Of Keys) _
)
public:
ModalitySettingsDataSource(
Leadtools.Medical.Workstation.ModalityOptionsCollection^ modalityOptions,
List<Keys>^ allAllowedShortcuts
)
modalityOptions
A ModalityOptionsCollection which contains the modalities options.
allAllowedShortcuts
A List containing the keyboard shortcuts allowed for Window Level presets.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET