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

Inheritance: ControlLayout
Show file Open project: aiclub/Mohawk_Battleship Class Usage Examples

Public Methods

Method Description
VerticalLayout ( VerticalAlign alignment ) : System

Protected Methods

Method Description
DrawAllUnselected ( ) : void
DrawSelected ( Controls ctrl ) : void
DrawUnselected ( Controls ctrl ) : void

Private Methods

Method Description
DrawControl ( UserControl ctrl ) : void

Method Details

DrawAllUnselected() protected method

protected DrawAllUnselected ( ) : void
return void

DrawSelected() protected method

protected DrawSelected ( Controls ctrl ) : void
ctrl Controls
return void

DrawUnselected() protected method

protected DrawUnselected ( Controls ctrl ) : void
ctrl Controls
return void

VerticalLayout() public method

public VerticalLayout ( VerticalAlign alignment ) : System
alignment VerticalAlign
return System