AddTabPage()
|
none
|
Adds a new tabbed page to the current tabbed group.
|
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 TabbedGroup.TabPages collection.
|
AddTabPage(LayoutGroup)
|
newItem
|
Appends the specified tab page to the TabbedGroup.TabPages collection.
|
AddTabPage(String)
|
text
|
Creates a new tab page with the specified text and appends it to the TabbedGroup.TabPages collection.
|