LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

SelectedItems Property (RasterImageList)






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 RasterImageListItemCollection SelectedItems {get;}
BrowsableAttribute()
 get_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: 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

See Also

Reference

RasterImageList Class
RasterImageList Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.