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




select
Type: System.Boolean true to select all the cells; False to unselect all the cells.
select
Type: System.Boolean true to select all the cells; False to unselect all the cells.
Change the selection of the cells in the ActiveViewer

Syntax

Visual Basic (Declaration) 
Public Overridable Sub SelectActiveViewerCells( _
   ByVal select As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As MedicalViewerHost
Dim select As Boolean
 
instance.SelectActiveViewerCells(select)
C# 
public virtual void SelectActiveViewerCells( 
   bool select
)
Managed Extensions for C++ 
public: virtual void SelectActiveViewerCells( 
   bool select
) 
C++/CLI 
public:
virtual void SelectActiveViewerCells( 
   bool select
) 

Parameters

select
Type: System.Boolean true to select all the cells; False to unselect all the cells.

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