←Select platform

FreezeSelected Method

Summary

Freezes or un-freezes the selected cells in the MedicalViewer control.

Syntax

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

Parameters

freeze
true to freeze the selected cells, false to un-freeze the selected cells.

Remarks
  • Freezing a cell means that no actions using the mouse or the keyboard can be performed on the cell. Cell properties can still be changed.
  • You can select or un-select a frozen cell.
  • Use the MedicalViewerBaseCell.Frozen property to freeze a single cell.
Example

For an example, refer to InvertSelection

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.MedicalViewer Assembly
Click or drag to resize