TabbedPane

TabbedPane, in the bajaui palette, is a container which displays a set of LabelPane children one at a time using a set of tabs to select the currently displayed child. The LabelPane’s label is used to label each tab, and the content of the current selection fills the rest of the pane.
Figure 105.   TabbedPane Property Sheet
Image

You access these properties by expandingBajaui palette and navigate to Panes, double-click TabbedPane

Property Value Description
Visible true (default) false
Sets the table to be visible in the Px page interface (true) or not (false).
Enabled (Px graphics) true (default) false
Determines if the table on a Px page can receive a command.

true configures the page to receive a command using a popup menu.

false renders the display visible but unable to receive a command.

Layout additional properties
Opens a layout window for specifying the size and location of the table in relation to its parent (X, Y coordinates, height and width).
Tab Placement Top (default) Left Right, Bottom, and Center Specifies the location of the tab.
Show Single Tab true (default) false When set to true allows to show single tab. When set to false does not allow to show single tab.
Paint Full Border true (default) false When set to true allows to paint the full border. When set to false does not allow to paint the full border.