LImageListControl::Clear

#include "ltwrappr.h"

L_INT LImageListControl::Clear(L_VOID)

Clears all items from the ImageList Control.

Returns

None.

Required DLLs and Libraries

Platforms

Win32, x64.

See Also

Functions

Topics

Example

L_INT LImageListControl__ClearExample(LImageListControl& m_ImgList) 
{ 
   // clear all items 
 
   m_ImgList.Clear(); 
 
   return SUCCESS; 
} 
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C++ Class Library Help

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