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

Platforms

Win32, x64.

See Also

Functions

Topics

Example

For an example, refer to LImageListControl::Insert.

LEADTOOLS Raster Imaging C++ Class Library Help