2.2.4.29.8 MatrixPage::ShowImageThumbnails

Description

Show or hide the image thumbnails in a matrix page.

Syntax

BOOL ShowImageThumbnails(BOOL bShow)

Parameters

bShow
[input]TRUE to make image thumbnails visible, else make invisible.

Return

Returns TRUE on success and FALSE on failure.

Examples

EX1

void MatrixPage_ShowImageThumbnails_ex1()
{
    MatrixPage mp;
    mp.Create("MBook1");

    if ( mp )
        mp.ShowImageThumbnails(TRUE);
}

Remark

See Also

MatrixPage::IsShowImageThumbnail

Header to Include

origin.h