←Select platform

SelectAll Method (RasterThumbnailBrowser)

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 RasterImageList.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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly