- modality
- The ModalityType to determin if the Apply Auto Window/Level feature is selected.
Visual Basic (Declaration) | |
---|---|
Public Function IsApplyAutoWindowLevelSelected( _ ByVal modality As ModalityType _ ) As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ModalitySettingsDataSource Dim modality As ModalityType Dim value As Boolean value = instance.IsApplyAutoWindowLevelSelected(modality) |
C# | |
---|---|
public bool IsApplyAutoWindowLevelSelected( ModalityType modality ) |
Managed Extensions for C++ | |
---|---|
public: bool IsApplyAutoWindowLevelSelected( ModalityType modality ) |
C++/CLI | |
---|---|
public: bool IsApplyAutoWindowLevelSelected( ModalityType modality ) |
Parameters
- modality
- The ModalityType to determin if the Apply Auto Window/Level feature is selected.
Return Value
true if the Apply Auto Window/Level feature is selected; otherwise, it is false.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7