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

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

Private Properties

프로퍼티 타입 설명
CheckBox_CheckedChanged void
TextControl_OnWidthChanged void

공개 메소드들

메소드 설명
CheckBox ( ) : System

Initializes a new instance of the CheckBox class.

CheckBox ( string name ) : System

Initializes a new instance of the CheckBox class.

비공개 메소드들

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

Handles the CheckedChanged event of the CheckBox control.

TextControl_OnWidthChanged ( object sender, float newWidth ) : void

Texts the control_ on width changed.

메소드 상세

CheckBox() 공개 메소드

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

CheckBox() 공개 메소드

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