SortExt method (ILEADRasterImgList)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short SortExt (VARIANT_BOOL bAscending, VARIANT_BOOL bCaseSensitive, VARIANT_BOOL bUseExtText, long lFlags);

Overview

Refer to Using the Image List Control.

Remarks

Like the Sort method, this method sorts the items in the ImageList Control. However this method has been extended to allow sorting based on either their Text (referenced in the Text property of the Item property) or their Extended Text (referenced in the TextExt property of the Item property) attribute.

See Also

Elements:

Item property, Insert method, InsertAt method, Count property, Remove method, InsertFromBitmapList method, LoadFromFile method, SaveToFile method

Topics:

Raster Images: Displaying Images