ARCed.UI.DockContentHandler.Show C# (CSharp) Method

Show() public method

public Show ( ) : void
return void
        public void Show()
        {
            if (this.DockPanel == null)
                this.Form.Show();
            else
                this.Show(this.DockPanel);
        }

Same methods

DockContentHandler::Show ( DockPane previousPane, DockAlignment alignment, double proportion ) : void
DockContentHandler::Show ( DockPane pane, IDockContent beforeContent ) : void
DockContentHandler::Show ( DockPanel dockPanel ) : void
DockContentHandler::Show ( DockPanel dockPanel, DockState dockState ) : void
DockContentHandler::Show ( DockPanel dockPanel, Rectangle floatWindowBounds ) : void