C# Class Longkong.WinFormsUI.DockPaneCollection

Inheritance: System.Collections.ReadOnlyCollectionBase
Mostra file Open project: Longkong/Pojjaman Class Usage Examples

Public Methods

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

Private Methods

Method Description
Add ( DockPane pane ) : int
Add ( DockPane pane, DockPane paneBefore ) : void
AddAt ( DockPane pane, DockPane paneBefore ) : void
AddAt ( DockPane pane, int index ) : void
Clear ( ) : void
Dispose ( ) : void
DockPaneCollection ( ) : System
Remove ( DockPane pane ) : void

Method Details

Contains() public method

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

IndexOf() public method

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

this() public method

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