C# Class Flood.GUI.Controls.MultiSplitter

Inheritance: Control
Mostra file Open project: FloodProject/flood Class Usage Examples

Public Methods

Method Description
InsertPanel ( Control panel ) : void
InsertPanel ( Control panel, Control target, bool before ) : void
Invalidate ( ) : void
RemoveChild ( Control child, bool dispose ) : void
RemovePanel ( Control panel ) : void
ReplacePanel ( Control oldPanel, Control newPanel, bool disposeOldPanel ) : void

Protected Methods

Method Description
Layout ( Skins skin ) : void
MultiSplitter ( Control parent ) : System

Private Methods

Method Description
InsertPanelAt ( Control panel, int panelIndex, int rSIndex ) : void

Method Details

InsertPanel() public method

public InsertPanel ( Control panel ) : void
panel Control
return void

InsertPanel() public method

public InsertPanel ( Control panel, Control target, bool before ) : void
panel Control
target Control
before bool
return void

Invalidate() public method

public Invalidate ( ) : void
return void

Layout() protected method

protected Layout ( Skins skin ) : void
skin Skins
return void

MultiSplitter() protected method

protected MultiSplitter ( Control parent ) : System
parent Control
return System

RemoveChild() public method

public RemoveChild ( Control child, bool dispose ) : void
child Control
dispose bool
return void

RemovePanel() public method

public RemovePanel ( Control panel ) : void
panel Control
return void

ReplacePanel() public method

public ReplacePanel ( Control oldPanel, Control newPanel, bool disposeOldPanel ) : void
oldPanel Control
newPanel Control
disposeOldPanel bool
return void