PageSetForegroundPageNameΒΆ

PageSetForegroundPageName selects the page given by its name to be displayed in the foreground. The page must belong to the same document.

bool = PageSetForegroundPageName(hPage, ssName)

Return Value

If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0). The function fails to set a foreground page if the foreground page itself contains a foreground page or the foreground page is identical with hPage.

Parameters

hPage

Identifies the page.

ssName

ssName is the name of the page that is used as a foreground.

id-966895