Selects or un-selects all the items in this RasterImageList control.
public void SelectAll(
bool select
)
Public Sub SelectAll( _
ByVal select As Boolean _
)
public:
void SelectAll(
bool select
)
select
true to select all items, false to un-select all items.
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.
For an example, refer to SelectionMode.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET