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

CheckBox control.
상속: Button
파일 보기 프로젝트 열기: FloodProject/flood 1 사용 예제들

공개 메소드들

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

Initializes a new instance of the CheckBox class.

SetText ( string str, bool doEvents = true ) : void
Toggle ( ) : void

Toggles the checkbox.

보호된 메소드들

메소드 설명
OnCheckChanged ( ) : void

Handler for CheckChanged event.

OnClicked ( ) : void

Internal OnPressed implementation.

Render ( Skins skin ) : void

Renders the control using specified skin.

메소드 상세

CheckBox() 공개 메소드

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

OnCheckChanged() 보호된 메소드

Handler for CheckChanged event.
protected OnCheckChanged ( ) : void
리턴 void

OnClicked() 보호된 메소드

Internal OnPressed implementation.
protected OnClicked ( ) : void
리턴 void

Render() 보호된 메소드

Renders the control using specified skin.
protected Render ( Skins skin ) : void
skin Skins Skin to use.
리턴 void

SetText() 공개 메소드

public SetText ( string str, bool doEvents = true ) : void
str string
doEvents bool
리턴 void

Toggle() 공개 메소드

Toggles the checkbox.
public Toggle ( ) : void
리턴 void