C# 클래스 SadConsole.Controls.RadioButton

상속: ControlBase
파일 보기 프로젝트 열기: Thraka/SadConsole 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_currentAppearanceButton CellAppearance
_currentAppearanceText CellAppearance
_isMouseDown bool

공개 메소드들

메소드 설명
Compose ( ) : void
DetermineAppearance ( ) : void

Determines the appearance of the control based on its current state.

ProcessKeyboard ( Input info ) : bool

Called when the control should process keyboard information.

RadioButton ( int width, int height ) : System

Creates a new radio button control with the specified width and height.

보호된 메소드들

메소드 설명
OnLeftMouseClicked ( Input info ) : void
OnMouseExit ( Input info ) : void
OnMouseIn ( Input info ) : void

비공개 메소드들

메소드 설명
AfterDeserialized ( StreamingContext context ) : void

메소드 상세

Compose() 공개 메소드

public Compose ( ) : void
리턴 void

DetermineAppearance() 공개 메소드

Determines the appearance of the control based on its current state.
public DetermineAppearance ( ) : void
리턴 void

OnLeftMouseClicked() 보호된 메소드

protected OnLeftMouseClicked ( Input info ) : void
info Input
리턴 void

OnMouseExit() 보호된 메소드

protected OnMouseExit ( Input info ) : void
info Input
리턴 void

OnMouseIn() 보호된 메소드

protected OnMouseIn ( Input info ) : void
info Input
리턴 void

ProcessKeyboard() 공개 메소드

Called when the control should process keyboard information.
public ProcessKeyboard ( Input info ) : bool
info Input The keyboard information.
리턴 bool

RadioButton() 공개 메소드

Creates a new radio button control with the specified width and height.
public RadioButton ( int width, int height ) : System
width int Width of the control.
height int Height of the control.
리턴 System

프로퍼티 상세

_currentAppearanceButton 보호되어 있는 프로퍼티

protected CellAppearance _currentAppearanceButton
리턴 CellAppearance

_currentAppearanceText 보호되어 있는 프로퍼티

protected CellAppearance _currentAppearanceText
리턴 CellAppearance

_isMouseDown 보호되어 있는 프로퍼티

protected bool _isMouseDown
리턴 bool