[]
        
(Showing Draft Content)

C1.Win.C1Command.C1DockingTabPage.DockTo

DockTo Method

DockTo(C1DockingTabPage)

Docks the page to the another target page.

Declaration
public void DockTo(C1DockingTabPage targetPage)
Parameters
Type Name Description
C1DockingTabPage targetPage

The target page.

Remarks

The page becomes the next page after the target page. If you want to Dock this page the first use DockTo(C1DockingTab)/>

DockTo(C1DockingTab)

Docks the page to the target DockingTab.

Declaration
public void DockTo(C1DockingTab targetDockingTab)
Parameters
Type Name Description
C1DockingTab targetDockingTab

The target docking tab.

Remarks

The page becomes the first page at the target DockingTab.