Sent during an ImageList Control load database procedure started by the L_ILM_LOADDATABASE message.
Parameter |
Description |
wParam |
idCtrl = (L_INT) LOWORD(wParam) identifier of control. |
|
wNotifyCode = HIWORD(wParam) notification code. |
lParam |
nIndex = (L_INT32) lParam index of the newly added item. |
Sent when an ImageList Control is processing an L_ILM_LOADDATABASE message.
The parent window of the control receives this notification message through the WM_COMMAND message. During the processing of this message, you can cancel the procedure using the L_ILM_CANCELDB message.
Elements: |
L_ILN_SAVEDBSTATUS, L_ILM_LOADDATABASE, L_ILM_SAVEDATABASE, L_ILM_CANCELDB |
Topics: |
Using the ImageList Control |
For an example, refer to L_ILM_CANCELDB.
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