- select
- true to select all items, false to un-select all items.
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RasterImageList Dim select As Boolean instance.SelectAll(select) |
Parameters
- select
- true to select all items, false to un-select all items.
For an example, refer to SelectionMode.
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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7