IWidgetViewController.Dock Method
Name | Parameters | Description |
---|---|---|
Dock(Document, Document, Orientation) | sourceDocument, targetDocument, orientation | Docks one widget document aside another document using the specific orientation setting. |
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, StackGroup) | document, group | Docks the Document to the specific StackGroup. |
Dock(Document, StackGroup, Int32) | document, group, insertIndex | Places the document at a specific position inside the targeted stack group. |
Dock(Document, TableGroup) | document, group | Docks a widget document to a targeted table group. |
Feedback