C# Class Longkong.WinFormsUI.DockList

Inheritance: System.Collections.ReadOnlyCollectionBase
显示文件 Open project: Longkong/Pojjaman Class Usage Examples

Public Methods

Method Description
Contains ( DockPane pane ) : bool
GetDefaultPrevPane ( DockPane pane ) : DockPane
IndexOf ( DockPane pane ) : int
this ( int index ) : DockPane

Private Methods

Method Description
Add ( DockPane pane ) : void
CheckFloatWindowDispose ( ) : void
DockList ( IDockListContainer container ) : System
InternalRemove ( DockPane pane ) : void
Remove ( DockPane pane ) : void

Method Details

Contains() public method

public Contains ( DockPane pane ) : bool
pane DockPane
return bool

GetDefaultPrevPane() public method

public GetDefaultPrevPane ( DockPane pane ) : DockPane
pane DockPane
return DockPane

IndexOf() public method

public IndexOf ( DockPane pane ) : int
pane DockPane
return int

this() public method

public this ( int index ) : DockPane
index int
return DockPane