The Frozen Property is available as an add-on to the LEADTOOLS Medical Imaging toolkits.
Gets or sets the value that determines whether the cell is selected.Visual Basic (Declaration) | |
---|---|
Public Property Frozen As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MedicalViewerBaseCell Dim value As Boolean instance.Frozen = value value = instance.Frozen |
C# | |
---|---|
public bool Frozen {get; set;} |
Property Value
true if the cell is selected; otherwise, false.For an example, refer to MedicalViewer
- Freezing a cell means that no actions using the mouse or the keyboard can be performed on the cell.
- There are different methods that allow more than one cell be frozen or unfrozen, like MedicalViewerCellCollection<MedicalViewerBaseCell>.FreezeAll, MedicalViewerCellCollection<MedicalViewerBaseCell>.FreezeSelected.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7