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

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

공개 메소드들

메소드 설명
Input ( string txt ) : void
KeyPress ( ConsoleKeyInfo key ) : bool
RadioButtonControl ( string text, RadioButtonControlGroup group ) : System
RadioButtonControl ( string text, bool select, RadioButtonControlGroup group ) : System
SetSelected ( bool selected ) : void

메소드 상세

Input() 공개 메소드

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

KeyPress() 공개 메소드

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

RadioButtonControl() 공개 메소드

public RadioButtonControl ( string text, RadioButtonControlGroup group ) : System
text string
group RadioButtonControlGroup
리턴 System

RadioButtonControl() 공개 메소드

public RadioButtonControl ( string text, bool select, RadioButtonControlGroup group ) : System
text string
select bool
group RadioButtonControlGroup
리턴 System

SetSelected() 공개 메소드

public SetSelected ( bool selected ) : void
selected bool
리턴 void