LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

SelectedItems Property (RasterImageList)

Show in webframe





Gets the items that are selected in the control.
Syntax
[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();
}

Property Value

A RasterImageListItemCollection that contains the items that are selected in the control. If no items are currently selected, an empty RasterImageListItemCollection is returned.
Remarks

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.

Example
For an example, refer to Image.
Requirements

Target Platforms

See Also

Reference

RasterImageList Class
RasterImageList Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.