Document.DockTo Method
Name | Parameters | Description |
---|---|---|
Dock |
document, orientation, after | Docks this Document to either side of another Document. Additionally specifies which of these two documents should go first. |
Dock |
document, orientation, index | Docks this widget to another widget using the given orientation setting. |
Dock |
document, orientation | Docks this Document to either side of another Document. |
Dock |
stack |
Places this Document at a specific position within the targeted stack group. |
Dock |
stack |
Docks this Document to the desired stack group. |
Dock |
table |
Docks this Document to the desired table group. |