Back to Devexpress

TabbedControlGroup.AddTabPage Method

windowsforms-devexpress-dot-xtralayout-dot-tabbedcontrolgroup-dot-addtabpage.md

latest1.6 KB
Original Source

TabbedControlGroup.AddTabPage Method

NameParametersDescription
AddTabPage()noneCreates a new tab page and appends it to the TabbedControlGroup.TabPages collection.
AddTabPage(LayoutGroup, String, Boolean)newItem, text, selectTabPageAppends the specified tab page to the TabbedGroup.TabPages collection.
AddTabPage(LayoutGroup, String)newItem, textAppends the specified tab page with the specified text to the TabbedControlGroup.TabPages collection.
AddTabPage(LayoutGroup)newItemAppends the specified tab page to the TabbedControlGroup.TabPages collection.
AddTabPage(String)textCreates a new tab page with the specified text and appends it to the TabbedControlGroup.TabPages collection.