Gets or sets the value that indicates whether multiple cells can be selected at the same time (Using the CTRL key), or through
MedicalViewerBaseCell.Selected.
public bool AllowMultipleSelection {get; set;}
'Declaration
Public Property AllowMultipleSelection As Boolean
'Usage
Dim instance As MedicalViewer
Dim value As Boolean
instance.AllowMultipleSelection = value
value = instance.AllowMultipleSelection
public:
property bool AllowMultipleSelection {
bool get();
void set ( bool value);
}
Property Value
true to allow the user to select multiple cells at the same time; otherwise, false.