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




windowLevelDataSource
An array of Leadtools.Medical.Workstation.WindowLevelInformation objects that represent the window level data source.
windowLevelDataSource
An array of Leadtools.Medical.Workstation.WindowLevelInformation objects that represent the window level data source.
Populates a DataGridView with the window level information.

Syntax

Visual Basic (Declaration) 
Public Sub FillModalityWindowLevelList( _
   ByVal windowLevelDataSource() As WindowLevelInformation _
) 
Visual Basic (Usage)Copy Code
Dim instance As ModalitySettingsDialog
Dim windowLevelDataSource() As WindowLevelInformation
 
instance.FillModalityWindowLevelList(windowLevelDataSource)
C# 
public void FillModalityWindowLevelList( 
   WindowLevelInformation[] windowLevelDataSource
)
Managed Extensions for C++ 
public: void FillModalityWindowLevelList( 
   WindowLevelInformation*[]* windowLevelDataSource
) 
C++/CLI 
public:
void FillModalityWindowLevelList( 
   array<WindowLevelInformation^>^ windowLevelDataSource
) 

Parameters

windowLevelDataSource
An array of Leadtools.Medical.Workstation.WindowLevelInformation objects that represent the window level data source.

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