[]
Docks the page to the another target page.
public void DockTo(C1DockingTabPage targetPage)
Public Sub DockTo(targetPage As C1DockingTabPage)
| 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)
Public Sub DockTo(targetDockingTab As C1DockingTab)
| Type | Name | Description |
|---|---|---|
| C1DockingTab | targetDockingTab | The target docking tab. |
The page becomes the first page at the target DockingTab.