LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

SelectAll Method (RasterThumbnailBrowser)

Show in webframe





true to select all items, false to un-select all items.
Selects or un-selects all the items in this RasterImageList control.
Syntax
public void SelectAll( 
   bool select
)
'Declaration
 
Public Sub SelectAll( _
   ByVal select As Boolean _
) 
'Usage
 
Dim instance As RasterThumbnailBrowser
Dim select As Boolean
 
instance.SelectAll(select)

            

            
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

See Also

Reference

RasterThumbnailBrowser Class
RasterThumbnailBrowser Members

 

 


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