EnsureSelect Method

Summary
Make sure that the provided MedicalViewer control is added to or removed from the SelectedViewers
Syntax
C#
VB
C++
protected virtual void EnsureSelect( 
   MedicalViewer viewer, 
   bool select 
) 
  
Protected Overridable Sub EnsureSelect( _ 
   ByVal viewer As MedicalViewer, _ 
   ByVal select As Boolean _ 
)  
protected: 
virtual void EnsureSelect(  
   MedicalViewer^ viewer, 
   bool select 
)  

Parameters

viewer
Type: MedicalViewer The MedicalViewer which will be selected or unselected.

select
Type: System.Boolean True to make sure that the MedicalViewer control is added to the SelectedViewers property; False to remove it if exists.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.