Sent when the user selects an item in the ImageList Control.
Parameter |
Description |
wParam |
idCtrl = (L_INT) LOWORD(wParam) identifier of control. |
|
wNotifyCode = HIWORD(wParam) notification code. |
lParam |
pItemSel = (pLILITEMSEL) lParam pointer to item selection info structure. |
Sent when the user selects an item in the ImageList Control. pItemSel contains information about the item that was selected.
The parent window of the control receives this notification message through the WM_COMMAND message.
Functions: |
L_ILN_SETFOCUS, L_ILN_KILLFOCUS, L_ILN_HSCROLL, L_ILN_VSCROLL, L_ILN_CLICKED, L_ILN_ITEMSEL |
Topics: |
Using the ImageList Control |
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