Send this message to clear all items from the ImageList Control.
Parameter |
Description |
wParam |
Ignored, use 0. |
lParam |
Ignored, use 0. |
SUCCESS |
Function was successful |
< 0 |
An error occurred. Refer to Return Codes. |
The associated macro is:
L_ImgListClear(hWnd)
For a complete list of available macros, refer to the Ltlst.h file.
Elements: |
|
Topics: |
|
|
L_INT ILM_CLEARExample(HWND hCtrl)
{
if(IsWindow(hCtrl))
{
/* clear all items */
return (L_INT)SendMessage(hCtrl, L_ILM_CLEAR, 0, 0L);
}
else
return ERROR_INVALID_PARAMETER;
}
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