LImageListControl::GetItemCount (original) (raw)
Summary
Gets the current number of items in the ImageList Control.
Syntax
#include "ltwrappr.h"
L_INT LImageListControl::GetItemCount (L_VOID)
Returns
Value | Meaning |
---|---|
>= 0 | The number of items. |
< 0 | An error occurred. Refer to Return Codes. |
Comments
This message will return the total number of items in the ImageList Control.
Required DLLs and Libraries
- LTDIS
- LTFIL
- LTIMG
- For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.
Platforms
Win32, x64.
See Also
Functions
Topics
Example
For an example, refer to LImageListControl::Insert.
LEADTOOLS Raster Imaging C++ Class Library Help