←Select platform

SelectAll Method

Summary

Selects or un-selects all of the cells in the MedicalViewer control.

Syntax

C#
VB
C++
public void SelectAll( 
   bool select 
) 
  
Public Sub SelectAll( _ 
   ByVal select As Boolean _ 
)  
             
            public: 
void SelectAll(  
   bool select 
)  
             

Parameters

select
true to select all cells, false to un-select all cells.

Example

For an example, refer to MedicalViewerCellCollection<MedicalViewerBaseCell>

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly