Leadtools.WinForms Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
SelectAll Method
See Also 
Leadtools.WinForms Namespace > RasterImageList Class : SelectAll Method




select
true to select all items, false to un-select all items.
Selects or un-selects all the items in this RasterImageList control.

Syntax

Visual Basic (Declaration) 
Public Sub SelectAll( _
   ByVal select As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As RasterImageList
Dim select As Boolean
 
instance.SelectAll(select)
C# 
public void SelectAll( 
   bool select
)
Managed Extensions for C++ 
public: void SelectAll( 
   bool select
) 
C++/CLI 
public:
void SelectAll( 
   bool select
) 

Parameters

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

Example

For an example, refer to SelectionMode.

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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also