Leadtools.WinForms Namespace > RasterImageList Class : SelectedItems Property |
[BrowsableAttribute(false)] public RasterImageListItemCollection SelectedItems {get;}
'Declaration <BrowsableAttribute(False)> Public ReadOnly Property SelectedItems As RasterImageListItemCollection
'Usage Dim instance As RasterImageList Dim value As RasterImageListItemCollection value = instance.SelectedItems
[BrowsableAttribute(false)] public: property RasterImageListItemCollection^ SelectedItems { RasterImageListItemCollection^ get(); }
When the SelectionMode property is set to RasterImageListSelectionMode.Multi, this property returns a collection containing the items that are selected in the RasterImageList. For a single-selection RasterImageList, this property returns a collection containing the only selected item in the RasterImageList. For more information on the tasks that can be performed with the items in the collection, see RasterImageListItemCollection.