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

ITabbedViewController.Dock Method

Name Parameters Description
Dock(DockPanel, DocumentGroup, Int32) dockPanel, group, insertIndex Docks the specified DockPanel to the specified group at a specific position, displaying the panel as a tab.
Dock(DockPanel, DocumentGroup) dockPanel, group Docks the specified DockPanel to the specified group, displaying the panel as a tab.
Dock(Document, DocumentGroup, Int32) document, group, insertIndex Docks the specified document to the specified group at a specific position.
Dock(Document, DocumentGroup) document, group Docks the specified document to the specified group.