- modality
- The Leadtools.Dicom.Common.DataTypes.ModalityType that the will use the shortcut key.
- shortcut
- The System.Windows.Forms.Keys that sets Auto Window/Level for the Leadtools.Dicom.Common.DataTypes.ModalityType.
| Visual Basic (Declaration) | |
|---|---|
Sub SetAutoWindowLevelShortcut( _ ByVal modality As ModalityType, _ ByVal shortcut As Keys _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As IModalitySettingsDataSource Dim modality As ModalityType Dim shortcut As Keys instance.SetAutoWindowLevelShortcut(modality, shortcut) | |
| C# | |
|---|---|
void SetAutoWindowLevelShortcut( ModalityType modality, Keys shortcut ) | |
| Managed Extensions for C++ | |
|---|---|
void SetAutoWindowLevelShortcut( ModalityType modality, Keys shortcut ) | |
| C++/CLI | |
|---|---|
void SetAutoWindowLevelShortcut( ModalityType modality, Keys shortcut ) | |
Parameters
- modality
- The Leadtools.Dicom.Common.DataTypes.ModalityType that the will use the shortcut key.
- shortcut
- The System.Windows.Forms.Keys that sets Auto Window/Level for the Leadtools.Dicom.Common.DataTypes.ModalityType.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code