SelectAll method (ImageList Control)

C++ Builder example

Delphi example

 

Builder Syntax

int __fastcall SelectAll(bool bFlag);

Delphi Syntax

Function SelectAll(bFlag: Boolean): Integer;

Overview

Refer to Using the ImageList Control.

Remarks

Selects or deselects all items in the ImageList Control.

Use this method to set the Selected attribute for all items to bFlag.

See Also

Elements:

Item property, Clear method

Topics:

Raster Images: Displaying Images