Leadtools.WinForms Namespace > RasterThumbnailBrowser Class : SelectedItems Property |
[BrowsableAttribute(false)] public RasterImageListItemCollection SelectedItems {get;}
'Declaration <BrowsableAttribute(False)> Public ReadOnly Property SelectedItems As RasterImageListItemCollection
'Usage Dim instance As RasterThumbnailBrowser Dim value As RasterImageListItemCollection value = instance.SelectedItems
[BrowsableAttribute(false)] public RasterImageListItemCollection SelectedItems {get;}
BrowsableAttribute() get_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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2