C# Class ARCed.UI.DockOutlineBase

Show file Open project: borisblizzard/arcreator Class Usage Examples

Public Methods

Method Description
Close ( ) : void
DockOutlineBase ( ) : System.Drawing
Show ( ) : void
Show ( DockPane pane, DockStyle dock ) : void
Show ( DockPane pane, int contentIndex ) : void
Show ( DockPanel dockPanel, DockStyle dock, bool fullPanelEdge ) : void
Show ( Rectangle floatWindowBounds ) : void

Protected Methods

Method Description
OnClose ( ) : void
OnShow ( ) : void

Private Methods

Method Description
Init ( ) : void
SaveOldValues ( ) : void
SetValues ( Rectangle floatWindowBounds, Control dockTo, DockStyle dock, int contentIndex ) : void
TestChange ( ) : void

Method Details

Close() public method

public Close ( ) : void
return void

DockOutlineBase() public method

public DockOutlineBase ( ) : System.Drawing
return System.Drawing

OnClose() protected abstract method

protected abstract OnClose ( ) : void
return void

OnShow() protected abstract method

protected abstract OnShow ( ) : void
return void

Show() public method

public Show ( ) : void
return void

Show() public method

public Show ( DockPane pane, DockStyle dock ) : void
pane DockPane
dock DockStyle
return void

Show() public method

public Show ( DockPane pane, int contentIndex ) : void
pane DockPane
contentIndex int
return void

Show() public method

public Show ( DockPanel dockPanel, DockStyle dock, bool fullPanelEdge ) : void
dockPanel DockPanel
dock DockStyle
fullPanelEdge bool
return void

Show() public method

public Show ( Rectangle floatWindowBounds ) : void
floatWindowBounds System.Drawing.Rectangle
return void