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

ITabbedViewController.CreateNewDocumentGroup Method

Name Parameters Description
CreateNewDocumentGroup(Document, Orientation, Int32) document, orientation, insertIndex Creates a new group that will display the specified document. The group will be added at the specified position among other groups. The method allows you to change the orientation of document groups within a TabbedView.
CreateNewDocumentGroup(Document, Orientation) document, orientation Appends a new group to the View and displays the specified document in this group. The method allows you to change the orientation of document groups within a TabbedView.
CreateNewDocumentGroup(Document) document Appends a new group to the View and displays the specified document in this group.