AddTabPage
Previous
Next
Adds a new page to the TabControl object.
Syntax: AddTabPage (Text As String)
Text - The text that will appear on the page title.
Example:
tbc.AddTabPage("Page1")