LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
IsApplyAutoWindowLevelSelected Method
See Also 
Leadtools.Medical.Workstation Namespace > ModalitySettingsDataSource Class : IsApplyAutoWindowLevelSelected Method




modality
The ModalityType to determin if the Apply Auto Window/Level feature is selected.
modality
The ModalityType to determin if the Apply Auto Window/Level feature is selected.
Determines if the Apply Auto Window/Level feature is selected for the Leadtools.Dicom.Common.DataTypes.ModalityType.

Syntax

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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also