You are here: Start » Web HMI » Web HMI Controls » TabControl
TabControl
Represents a tab control that allows users to switch between different pages.

Properties
Height |
|
Defines the CSS height of the control. |
HideHeaders |
|
Defines whether the tab headers are hidden. |
InitialIsEnabled |
|
Defines the initial enabled state of the component that is used before the first value is set through the connection. |
InitialIsVisible |
|
Defines the initial visibility of the component that is used before the first value is set through the connection. |
InitialPageId |
|
Defines the initial page ID that is displayed when the control is loaded. |
IsEnabled |
![]() |
Defines the enabled state of the component. |
IsVisible |
![]() |
Defines the visibility of the component. |
Margin |
|
Defines the CSS margin of the control. |
Name |
|
Defines the control name that identifies the control in the program and in the XAML. The name must be unique within the parent endpoint. |
SelectedPageId |
![]() ![]() |
Defines the ID of the currently selected page. |
Width |
|
Defines the CSS width of the control. |
Events
SelectedPageChanged | Occurs when the selected page changes. |