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

FloatWindow() protected method

protected FloatWindow ( DockPanel dockPanel, DockPane pane, Rectangle bounds ) : System
dockPanel DockPanel
pane DockPane
bounds System.Drawing.Rectangle
return System
        protected internal FloatWindow(DockPanel dockPanel, DockPane pane, Rectangle bounds)
        {
            this.InternalConstruct(dockPanel, pane, true, bounds);
        }

Same methods

FloatWindow::FloatWindow ( DockPanel dockPanel, DockPane pane ) : System