Float WindowInternal Construct Method
Definition
Namespace: WeifenLuo.WinFormsUI.Docking
Assembly: WeifenLuo.WinFormsUI.Docking (in WeifenLuo.WinFormsUI.Docking.dll) Version: 2.9.0.0 (2.9.0.0)
Assembly: WeifenLuo.WinFormsUI.Docking (in WeifenLuo.WinFormsUI.Docking.dll) Version: 2.9.0.0 (2.9.0.0)
C#
private void InternalConstruct(
DockPanel dockPanel,
DockPane pane,
bool boundsSpecified,
Rectangle bounds
)VB
Private Sub InternalConstruct (
dockPanel As DockPanel,
pane As DockPane,
boundsSpecified As Boolean,
bounds As Rectangle
)