DockPaneInternalConstruct Method

Definition

Namespace: WeifenLuo.WinFormsUI.Docking
Assembly: WeifenLuo.WinFormsUI.Docking (in WeifenLuo.WinFormsUI.Docking.dll) Version: 2.9.0.0 (2.9.0.0)
private void InternalConstruct(
	IDockContent content,
	DockState dockState,
	bool flagBounds,
	Rectangle floatWindowBounds,
	DockPane prevPane,
	DockAlignment alignment,
	double proportion,
	bool show
)

Parameters

content  IDockContent
 
dockState  DockState
 
flagBounds  Boolean
 
floatWindowBounds  Rectangle
 
prevPane  DockPane
 
alignment  DockAlignment
 
proportion  Double
 
show  Boolean
 

See Also