L_ILM_CLEAR

Send this message to clear all items from the ImageList Control.

Parameters

wParam

Ignored, use 0.

lParam

Ignored, use 0.

Returns

Value Meaning
SUCCESS Function was successful
< 0 An error occurred. Refer to Return Codes.

Comments

The associated macro is:

For a complete list of available macros, refer to the Ltlst.h file.

See Also

Elements

Topics

Example

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; 
} 
Help Version 22.0.2023.7.11
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.