ImageList_GetCount

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UI (User Interface) > CONTROLS > Control Types > ImageList Control > ImageList Control Commands >

ImageList_GetCount

 

Description

 

Returns the number of images present in the ImageList.

 

Syntax

 

nItems = ImageList_GetCount(iList)

 

Returns

 

Number

The number of items present in the ImageList.

 

Parameters

 

Name

Type

Optional

Meaning

iList

Number

No

Handle of the ImageList to delete.

This is the handle returned by ImageList_New function

 

Remarks

 

Restrictions

 

See also

 

Examples