Send this message to set the ImageList Control's selection options.
Parameter |
Description |
wParam |
Ignored, use 0. |
lParam |
Pointer to LILSELOPTION structure that contains new options to be set. |
SUCCESS |
Function was successful |
< 0 |
An error occurred. Refer to Return Codes. |
The ImageList Control will be updated with the settings in the structure pointed to by lParam.
You must set the uStructSize member of the LILSELOPTION structure before using this message.
The associated macro is:
L_ImgListSetSelOptions(hWnd, pSelOptions)
For a complete list of available macros, refer to the Ltlst.h file.
Elements: |
L_ILM_GETSELOPTIONS, L_ILM_GETITEMOPTIONS, L_ILM_SETITEMOPTIONS |
Topics: |
|
|
For an example, refer to L_ILM_GETSELOPTIONS message
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