Document.DockTo Method
Name | Parameters | Description |
---|---|---|
DockTo(Document, Orientation) | document, orientation | Docks this Document to either side of another Document. |
DockTo(Document, Orientation, Boolean) | document, orientation, after | Docks this Document to either side of another Document. Additionally specifies which of these two documents should go first. |
DockTo(Document, Orientation, Int32) | document, orientation, index | Docks this widget to another widget using the given orientation setting. |
DockTo(StackGroup) | stackGroup | Docks this Document to the desired stack group. |
DockTo(StackGroup, Int32) | stackGroup, insertIndex | Places this Document at a specific position within the targeted stack group. |
DockTo(TableGroup) | tableGroup | Docks this Document to the desired table group. |
Feedback