[]
Docks the page to the another target page.
public void DockTo(C1DockingTabPage targetPage)
Type | Name | Description |
---|---|---|
C1DockingTabPage | targetPage | The target page. |
The page becomes the next page after the target page. If you want to Dock this page the first use DockTo(C1DockingTab)/>
Docks the page to the target DockingTab.
public void DockTo(C1DockingTab targetDockingTab)
Type | Name | Description |
---|---|---|
C1DockingTab | targetDockingTab | The target docking tab. |
The page becomes the first page at the target DockingTab.