←Select platform

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 Leadtools.Medicalviewer.MedicalViewer, _ 
   ByVal select As Boolean _ 
)  
protected: 
virtual void EnsureSelect(  
   Leadtools.Medicalviewer.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly