Skip to main content

IWidgetViewController.Dock Method

Name Parameters Description
Dock(Document, Document, Orientation, Boolean) sourceDocument, targetDocument, orientation, after Docks one widget document aside another document using the specific orientation setting.
Dock(Document, Document, Orientation, Int32) sourceDocument, targetDocument, orientation, index Docks one widget to another according to the given orientation value.
Dock(Document, Document, Orientation) sourceDocument, targetDocument, orientation Docks one widget document aside another document using the specific orientation setting.
Dock(Document, StackGroup, Int32) document, group, insertIndex Places the document at a specific position inside the targeted stack group.
Dock(Document, StackGroup) document, group Docks the Document to the specific StackGroup.
Dock(Document, TableGroup) document, group Docks a widget document to a targeted table group.