Skip to main content

TabbedControlGroup.AddTabPage Method

Name Parameters Description
AddTabPage() none Creates a new tab page and appends it to the TabbedControlGroup.TabPages collection.
AddTabPage(LayoutGroup, String, Boolean) newItem, text, selectTabPage Appends the specified tab page to the TabbedGroup.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.