PageCount property (ILEADRasterImgList)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

long PageCount

Overview

Refer to Using the Image List Control.

Remarks

(Read-only)(Runtime-only) Gets the current number of pages of items in the ImageList Control.

This will return the total number of pages of items in the ImageList Control. Pages are calculated using the total number of rows or columns (depending on the scroll style) and the total number of rows or columns (depending on the scroll style) that are completely visible in the ImageList Control's client area.

See Also

Elements

ExportBitmapList method, ExportedBitmapList property, ImportBitmapList method, SortExt method, CurrentPage property, Insert method, Remove method, RowCount property, ColumnCount property, Count property, Clear method, Item property, ScrollItems method

Topics

Raster Images: Displaying Images