The Selected 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 Selected As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MedicalViewerBaseCell Dim value As Boolean instance.Selected = value value = instance.Selected |
C# | |
---|---|
public bool Selected {get; set;} |
Property Value
true if the cell is selected; otherwise, false.For an example, refer to Leadtools.MedicalViewer.MedicalViewer().
- There are different methods that allow one to select or un-select more than one cell, includingMedicalViewerCellCollection<MedicalViewerBaseCell>.SelectAll, MedicalViewerCellCollection<MedicalViewerBaseCell>.InvertSelection.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7