C# 클래스 Flood.GUI.Controls.LabeledRadioButton

RadioButton with label.
상속: Control
파일 보기 프로젝트 열기: FloodProject/flood 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
LabeledRadioButton ( Control parent ) : System

Initializes a new instance of the LabeledRadioButton class.

Select ( ) : void

Selects the radio button.

보호된 메소드들

메소드 설명
Layout ( Skins skin ) : void
OnKeySpace ( bool down ) : bool

Handler for Space keyboard event.

RenderFocus ( Skins skin ) : void

Renders the focus overlay.

메소드 상세

LabeledRadioButton() 공개 메소드

Initializes a new instance of the LabeledRadioButton class.
public LabeledRadioButton ( Control parent ) : System
parent Control Parent control.
리턴 System

Layout() 보호된 메소드

protected Layout ( Skins skin ) : void
skin Skins
리턴 void

OnKeySpace() 보호된 메소드

Handler for Space keyboard event.
protected OnKeySpace ( bool down ) : bool
down bool Indicates whether the key was pressed or released.
리턴 bool

RenderFocus() 보호된 메소드

Renders the focus overlay.
protected RenderFocus ( Skins skin ) : void
skin Skins Skin to use.
리턴 void

Select() 공개 메소드

Selects the radio button.
public Select ( ) : void
리턴 void