TabbedGroup.InsertTabPage Method
Name | Parameters | Description |
---|---|---|
InsertTabPage(LayoutGroup, LayoutGroup, InsertLocation) | insertTo, insertGroup, insertLocation | Adds the page to the TabbedGroup.TabPages collection before or after the specified page. |
InsertTabPage(Int32, LayoutGroup) | insertIndex, group | Adds the specified page to the TabbedGroup.TabPages collection at the specified position. |