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




selected
True to select the Apply Auto Window Level feature.
selected
True to select the Apply Auto Window Level feature.
Set whether the Apply Auto Window Level feature is selected.

Syntax

Visual Basic (Declaration) 
Public Sub SetApplyAutoWindowLevelState( _
   ByVal selected As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As ModalitySettingsDialog
Dim selected As Boolean
 
instance.SetApplyAutoWindowLevelState(selected)
C# 
public void SetApplyAutoWindowLevelState( 
   bool selected
)
Managed Extensions for C++ 
public: void SetApplyAutoWindowLevelState( 
   bool selected
) 
C++/CLI 
public:
void SetApplyAutoWindowLevelState( 
   bool selected
) 

Parameters

selected
True to select the Apply Auto Window Level feature.

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