←Select platform

FreezeAll Method

Summary

Freezes or un-freezes all of the cells in the MedicalViewer control.

Syntax

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

Parameters

freeze
true to freeze all cells, false to unfreeze all 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 MedicalViewerCellCollection<MedicalViewerBaseCell>

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