C# 클래스 MBC.App.Terminal.Controls.CheckboxControl

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

공개 메소드들

메소드 설명
CheckboxControl ( string text ) : System
CheckboxControl ( string text, bool chk ) : System
Input ( string txt ) : void
KeyPress ( ConsoleKeyInfo key ) : bool

비공개 메소드들

메소드 설명
SetCheckbox ( ) : void

메소드 상세

CheckboxControl() 공개 메소드

public CheckboxControl ( string text ) : System
text string
리턴 System

CheckboxControl() 공개 메소드

public CheckboxControl ( string text, bool chk ) : System
text string
chk bool
리턴 System

Input() 공개 메소드

public Input ( string txt ) : void
txt string
리턴 void

KeyPress() 공개 메소드

public KeyPress ( ConsoleKeyInfo key ) : bool
key System.ConsoleKeyInfo
리턴 bool