C# 클래스 WaveEngine.Components.UI.RadioButton

RadioButton decorate class
상속: UIBase
파일 보기 프로젝트 열기: WaveEngine/Components 1 사용 예제들

공개 메소드들

메소드 설명
RadioButton ( ) : System

Initializes a new instance of the RadioButton class.

RadioButton ( string name ) : System

Initializes a new instance of the RadioButton class.

비공개 메소드들

메소드 설명
RadioButtonBehavior_CheckedChanged ( object sender, EventArgs e ) : void

Handles the CheckedChanged event of the RadioButtonBehavior control.

메소드 상세

RadioButton() 공개 메소드

Initializes a new instance of the RadioButton class.
public RadioButton ( ) : System
리턴 System

RadioButton() 공개 메소드

Initializes a new instance of the RadioButton class.
public RadioButton ( string name ) : System
name string The name.
리턴 System