- Name
-
Pageview.Mode -- set browser widget to use
- Function
-
Set the browser widget this pageview object should use. This can be one of
the following values:
Tabs
-
Use a tabbed control to browse through the pages. This is the default mode.
List
-
Use a listview widget to browse through the pages.
Choice
-
Use a choice widget to browse through the pages.
None
-
Don't use any browser widget at all. This means that the user cannot browse through the
pages. Pages can only be changed by setting the Pageview.Active
attribute. This is useful for setup or installation wizards which often use
a custom pageview which only switches page when the user presses a "Next page"
or "Previous page" button.
- Type
-
String (see above for possible values)
- Applicability
-
I
Show TOC