Skip to main content
A newer version of this page is available. .

TabbedControlGroup.AddTabPage Method

Name Parameters Description
AddTabPage() none Creates a new tab page and appends it to the TabbedControlGroup.TabPages collection.
AddTabPage(LayoutGroup, String) newItem, text Appends the specified tab page with the specified text to the TabbedControlGroup.TabPages collection.
AddTabPage(LayoutGroup) newItem Appends the specified tab page to the TabbedControlGroup.TabPages collection.
AddTabPage(String) text Creates a new tab page with the specified text and appends it to the TabbedControlGroup.TabPages collection.