C# 클래스 MBC.App.Terminal.Layouts.VerticalLayout

상속: ControlLayout
파일 보기 프로젝트 열기: aiclub/Mohawk_Battleship 1 사용 예제들

공개 메소드들

메소드 설명
VerticalLayout ( VerticalAlign alignment ) : System

보호된 메소드들

메소드 설명
DrawAllUnselected ( ) : void
DrawSelected ( Controls ctrl ) : void
DrawUnselected ( Controls ctrl ) : void

비공개 메소드들

메소드 설명
DrawControl ( UserControl ctrl ) : void

메소드 상세

DrawAllUnselected() 보호된 메소드

protected DrawAllUnselected ( ) : void
리턴 void

DrawSelected() 보호된 메소드

protected DrawSelected ( Controls ctrl ) : void
ctrl Controls
리턴 void

DrawUnselected() 보호된 메소드

protected DrawUnselected ( Controls ctrl ) : void
ctrl Controls
리턴 void

VerticalLayout() 공개 메소드

public VerticalLayout ( VerticalAlign alignment ) : System
alignment VerticalAlign
리턴 System