C# Class MBC.App.Terminal.Layouts.VerticalLayout

Inheritance: ControlLayout
Afficher le fichier Open project: aiclub/Mohawk_Battleship Class Usage Examples

Méthodes publiques

Méthode Description
VerticalLayout ( VerticalAlign alignment ) : System

Méthodes protégées

Méthode Description
DrawAllUnselected ( ) : void
DrawSelected ( Controls ctrl ) : void
DrawUnselected ( Controls ctrl ) : void

Private Methods

Méthode Description
DrawControl ( UserControl ctrl ) : void

Method Details

DrawAllUnselected() protected méthode

protected DrawAllUnselected ( ) : void
Résultat void

DrawSelected() protected méthode

protected DrawSelected ( Controls ctrl ) : void
ctrl Controls
Résultat void

DrawUnselected() protected méthode

protected DrawUnselected ( Controls ctrl ) : void
ctrl Controls
Résultat void

VerticalLayout() public méthode

public VerticalLayout ( VerticalAlign alignment ) : System
alignment VerticalAlign
Résultat System