Available in LEADTOOLS Imaging Pro, Vector, Document, and Medical Imaging toolkits. |
LImageListControl::GetItemCount
#include "ltwrappr.h"
L_INT LImageListControl::GetItemCount (L_VOID)
Gets the current number of items in the ImageList Control.
Returns
>= 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 For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
Win32, x64.
See Also
Functions: |
|
Topics: |
Example
For an example, refer to LImageListControl::Insert.