ARCed.UI.DockPane.DockPane C# (CSharp) Method

DockPane() private method

private DockPane ( IDockContent content, FloatWindow floatWindow, bool show ) : System
content IDockContent
floatWindow FloatWindow
show bool
return System
        protected internal DockPane(IDockContent content, FloatWindow floatWindow, bool show)
        {
            if (floatWindow == null)
                throw new ArgumentNullException("floatWindow");
            this.InternalConstruct(content, DockState.Float, false, Rectangle.Empty, floatWindow.NestedPanes.GetDefaultPreviousPane(this), DockAlignment.Right, 0.5, show);
        }

Same methods

DockPane::DockPane ( IDockContent content, DockPane previousPane, DockAlignment alignment, double proportion, bool show ) : System
DockPane::DockPane ( IDockContent content, DockState visibleState, bool show ) : System
DockPane::DockPane ( IDockContent content, Rectangle floatWindowBounds, bool show ) : System