LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

EnsureSelect Method

Show in webframe






Type: MedicalViewer The MedicalViewer which will be selected or unselected.
Type: System.Boolean True to make sure that the MedicalViewer control is added to the SelectedViewers property; False to remove it if exists.
Make sure that the provided MedicalViewer control is added to or removed from the SelectedViewers
Syntax
protected virtual void EnsureSelect( 
   MedicalViewer viewer,
   bool select
)
'Declaration
 
Protected Overridable Sub EnsureSelect( _
   ByVal viewer As MedicalViewer, _
   ByVal select As Boolean _
) 
'Usage
 
Dim instance As MedicalViewerHost
Dim viewer As MedicalViewer
Dim select As Boolean
 
instance.EnsureSelect(viewer, select)

            

            
protected: virtual void EnsureSelect( 
   MedicalViewer* viewer,
   bool select
) 
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

See Also

Reference

MedicalViewerHost Class
MedicalViewerHost Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.