| Leadtools.Controls Namespace : ImageViewerSelectionMode Enumeration |
Leadtools.Controls.ImageViewerSelectionMode = function() { };
Leadtools.Controls.ImageViewerSelectionMode.prototype = {
none = 0,
single = 1,
multi = 2,
};
| Value | Member | Description |
|---|---|---|
| 0 | none | No selection. Items selection state cannot be changed. |
| 1 | single | Only one item can be selected at a time. |
| 2 | multi | Multiple items can be selected at any time. |