C# Class Flood.GUI.Controls.MultiSplitter

Inheritance: Control
Afficher le fichier Open project: FloodProject/flood Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Layout ( Skins skin ) : void
MultiSplitter ( Control parent ) : System

Private Methods

Méthode Description
InsertPanelAt ( Control panel, int panelIndex, int rSIndex ) : void

Method Details

InsertPanel() public méthode

public InsertPanel ( Control panel ) : void
panel Control
Résultat void

InsertPanel() public méthode

public InsertPanel ( Control panel, Control target, bool before ) : void
panel Control
target Control
before bool
Résultat void

Invalidate() public méthode

public Invalidate ( ) : void
Résultat void

Layout() protected méthode

protected Layout ( Skins skin ) : void
skin Skins
Résultat void

MultiSplitter() protected méthode

protected MultiSplitter ( Control parent ) : System
parent Control
Résultat System

RemoveChild() public méthode

public RemoveChild ( Control child, bool dispose ) : void
child Control
dispose bool
Résultat void

RemovePanel() public méthode

public RemovePanel ( Control panel ) : void
panel Control
Résultat void

ReplacePanel() public méthode

public ReplacePanel ( Control oldPanel, Control newPanel, bool disposeOldPanel ) : void
oldPanel Control
newPanel Control
disposeOldPanel bool
Résultat void