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

Clickable label (for checkboxes etc).
상속: Button
파일 보기 프로젝트 열기: FloodProject/flood 1 사용 예제들

공개 메소드들

메소드 설명
LabelClickable ( Control parent )

Initializes a new instance of the LabelClickable class.

보호된 메소드들

메소드 설명
Render ( Skins skin ) : void

Renders the control using specified skin.

메소드 상세

LabelClickable() 공개 메소드

Initializes a new instance of the LabelClickable class.
public LabelClickable ( Control parent )
parent Control Parent control.

Render() 보호된 메소드

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