Click or drag to resize

ThumbnailSelectionMode Enumeration

Defines the selection mode of the ThumbnailView.

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum ThumbnailSelectionMode
Members
  Member nameDescription
SingleSelect Only one thumbnail can be selected at a time.
MultiSelect Multiple thumbnails can be selected by holding down the CTRL or SHIFT key when clicking on a thumbnails.
MultiSelectNoKeys Multiple thumbnails can be selected simply by clicking on the thumbnails; no key press is required. Clicking a selected thumbnail will deselect it.
See Also