Cicode Programming Reference > Cicode Function Categories > Page Functions Introduction > PageHistoryDspMenu

PageHistoryDspMenu

Displays a pop-up menu which lists the page history of current window. The user can select any page in the history to recall the page. When full page history is specified, the currently displayed page will also be listed and marked in the menu.

Syntax

PageHistoryDspMenu([iType])

iType:

The type of page history to be listed:

0 - full history (default)

1 - back history

2 - forward history

Return Value

Zero (0) if the function is executed successfully. Otherwise an error is returned.

Related Functions

PageBack, PageForward, PageHistoryEmpty

See Also

Page Functions