Skip to main content

Navigator Bar

Navigator bar is a visual element of tabbed controls. It contains four separate sections.

  • The first section includes custom buttons.

  • The second section is a button that invokes the Go Dialog. This dialog allows you to navigate directly to the required page.

  • The third section contains arrow buttons with which end-users can navigate tabs. Clicking these buttons doesn’t change the selected page – they are used only to scroll tabs.

  • The fourth section is the Close Button which lets end-users close the currently selected tab/page and remove it from the tabs/pages displayed within a tabbed control.

The image below displays a navigator bar and its constituent parts:

The navigator bar is only visible if tabs are displayed in a single row (the Multiline property is set to False). Set the pcoGoDialog, pcoNoArrows and pcoCloseButton options via the Options property of tabbed controls to control the visibility of navigator bar elements. Refer to the Navigator Bar Position and Visibility topic for more information regarding navigator bar position and visibility.

Note

the Go Dialog and arrow buttons will be displayed only when tabs don’t fit into the tab’s control area.

See Also