←Select platform

SelectAll Method (RasterImageList)

Summary

Selects or un-selects all the items in this RasterImageList control.

Syntax

C#
VB
C++
public void SelectAll(  
   bool select 
) 
Public Sub SelectAll( _ 
   ByVal select As Boolean _ 
) 
public: 
void SelectAll(  
   bool select 
) 

Parameters

select
true to select all items, false to un-select all items.

Remarks

The SelectedIndexChanged event will occur if the value of the RasterImageListItem.Selected property of any item inside the control changes as a result of calling this method.

Example

For an example, refer to SelectionMode.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.WinForms Assembly
Click or drag to resize