| 
				   
                             Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10 	
                       		
			       | 
             
| Leadtools.WinForms Namespace > RasterImageListItem Class : Selected Property | 
public bool Selected {get; set;}
'Declaration Public Property Selected As Boolean
'Usage Dim instance As RasterImageListItem Dim value As Boolean instance.Selected = value value = instance.Selected
You can determine whether a certain item is selected by using this property. Also you can use the RasterImageList.SelectedItems property to obtain a collection of all the currently selected items in an RasterImageList control.
Items are usually selected/un-selected in the RasterImageList control through the user interface when the user clicks on an item or uses the keyboard.
You can manually select/un-select items using this property.