Click or drag to resize

ThumbnailViewSelectedIndices Property

Gets a reference to a collection if indexes that are currently selected in the ThumbnailView control.

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 int[] SelectedIndices { get; }

Property Value

Type: Int32
A reference to a collection if indexes that are currently selected in the ThumbnailView control.
Remarks
Use this collection to determine which thumbnails are selected.
See Also