FloatWindowInternalConstruct 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(
	DockPanel dockPanel,
	DockPane pane,
	bool boundsSpecified,
	Rectangle bounds
)

Parameters

dockPanel  DockPanel
 
pane  DockPane
 
boundsSpecified  Boolean
 
bounds  Rectangle
 

See Also