typedef struct _LILSORTOPTIONS
{
L_UINT uStructSize;
L_BOOL bAscending;
L_BOOL bCaseSensitive;
L_BOOL bUseExtText;
L_UINT32 uFlags;
} LILSORTOPTIONS, * pLILSORTOPTIONS;
The LILSORTOPTIONS structure contains information about the Extended Sorting options.
Size of this structure in bytes, for versioning. Use the sizeof() operator to calculate this value.
Flag that indicates whether to sort the items in the ImageList Control in ascending order. Possible values are:
Value | Meaning |
---|---|
TRUE | Sort the items in the ImageList Control in ascending order. |
FALSE | Sort the items in the ImageList Control in descending order. |
Flag that indicates whether to sort the items in the ImageList Control with case sensitivity. Possible values are:
Value | Meaning |
---|---|
TRUE | Sort the items in the ImageList Control with case sensitivity. |
FALSE | Sort the items in the ImageList Control with case insensitivity. |
Flag that indicates whether to sort the items in the ImageList Control based on their pTextExt attribute,. referenced in the pTextExt member of the LILITEM structure. Possible values are:
Value | Meaning |
---|---|
TRUE | Sort the items in the ImageList Control based on their pTextExt attribute. |
FALSE | Sort the items in the ImageList Control based on their pText attribute referenced in the pText member of the LILITEM structure. |
Reserved for future use. Pass 0.
The structure is used by:
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document