Graphisoft®

Dialog ManagerVersion: 2.0

ListView::GetImageLayout

Retrieves the layout (sub image count and sub image rows) of the global image of a list view control.

void GetImageLayout (
    short *             nImages,
    short *             nRows
) const;

Parameters

nImages
Output parameter: The number of the sub-images of the global image. This parameter can be NULL.
nRows
Output parameter The number of the rows in the global image. This parameter can be NULL.