Gets the items that are selected in the control.
[BrowsableAttribute(false)]
public Leadtools.Winforms.RasterImageListItemCollection SelectedItems {get;}
<BrowsableAttribute(False)>
Public ReadOnly Property SelectedItems As Leadtools.Winforms.RasterImageListItemCollection
[BrowsableAttribute(false)]
public:
property Leadtools.Winforms.RasterImageListItemCollection^ SelectedItems {
Leadtools.Winforms.RasterImageListItemCollection^ get();
}
A RasterImageListItemCollection that contains the items that are selected in the control. If no items are currently selected, an empty RasterImageListItemCollection is returned.
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.
For an example, refer to Image.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET