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
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.

See Also

Functions:

Class Members

Topics:

Using the ImageList Control

Example

For an example, refer to LImageListControl::Insert.