The Tab Control allows you to separate content, by creating a horizontal menu at the top of the container. The controls listed in each tab will only be viewable by the user when that specific tab header is pressed. Using tabs is a good approach for long complex forms, where an initial categorization needs to be made, for a more user-friendly approach.
Actions
When the Tab Control is selected in the Central pane, the Actions section on the ribbon is updated to display the following items:
Convert ToChanges the type of the selected control to another one maintaining all properties that are common to both Control Types (style, font, value, etc). Depending on the selected control type, different options are available. For example, the table container c
Move DownThis action is applicable to controls that are immediate children of Container Controls. When pressed, it moves the selected control below its current position (shifting the below control above it).
Move UpThis action is applicable to controls that are immediate children of Container Controls. When pressed, it moves the selected control above its current position (shifting the above control below it).
This is the event that runs when the tab of the "Tab Control" is changed. Depending on the tab that is being selected, you can have different functions run, to load details selectively.