typedef struct _LILSELOPTION
{
L_UINT uStructSize;
L_UINT uAllowSelection;
L_UINT uSelectionStyle;
COLORREF crSelection;
} LILSELOPTION, * pLILSELOPTION;
The LILSELOPTION structure contains information about selection options.
Size of this structure in bytes, for versioning. Use the sizeof() operator to calculate this value.
Item selection state. Possible values are:
Value | Meaning |
---|---|
ALLOWSELECTION_NONE | [0] no automatic item selection |
ALLOWSELECTION_SINGLE | [1] automatic selection of single items |
ALLOWSELECTION_MULTI | [2] automatic selection of multiple items |
ALLOWSELECTION_RUBBERBAND | [3] enable rubberband selection of items |
Style used for displaying selected items. Possible values are:
Value | Meaning |
---|---|
SELECTIONSTYLE_SELECTCOLOR | [0] Selected items will be indicating using the color specified in crSelection. |
SELECTIONSTYLE_PRESSEDBUTTON | [1] Selected items will appear as a 'pressed button'. |
SELECTIONSTYLE_USERBITMAP | [2] Selected items will be indicated by overlaying the bitmap set using the L_ILM_SETSELBITMAP message. |
The selection color.
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