Click or drag to resize

SelectedItemsOrder Enumeration

Defines the order of the selected items collection.

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 SelectedItemsOrder
Members
  Member nameDescription
ItemIndexOrder The items will be sorted into their index order.
SelectedOrder The items will be listed in the order they were selected.
See Also