TabPage

This topic provides you with information concerning the TabPage as well as information about its properties. A tab page belongs to a TabContainer.

It can be created by clicking the last dimmed tab in the container. It is always visible but can be hidden when it is not the current active page. However the tab is always visible so that you can switch to the active page. It can be activated or not. If its Sensitivity is set to false, you can click the tab but it does not change the current active page.

This page discusses:

Layout Design

Properties Explanation
Enabled Defines whether the widget is enabled or not.
Name Name of the dialog object. Also used to generate the C++ instance name of the widget.
IconNormal Corresponds to the name of the icon in its default status.
Title Corresponds to the title or to the text content of the widget.

Knowledge Items

ItemsDescription
VisibilityWidget display (deprecated). Once a tab page is created, the tab cannot be hidden. This argument is deprecated and should not be used.
SensitivityActivation of the widget ( reacts to user interactions or not).