C# 클래스 Flood.GUI.Controls.Property.Check

Checkable property.
상속: Flood.GUI.Controls.Property.Control
파일 보기 프로젝트 열기: FloodProject/flood

보호된 프로퍼티들

프로퍼티 타입 설명
m_CheckBox CheckBox

공개 메소드들

메소드 설명
Check ( Controls parent )

Initializes a new instance of the Check class.

SetValue ( string value, bool fireEvents = false ) : void

Sets the property value.

메소드 상세

Check() 공개 메소드

Initializes a new instance of the Check class.
public Check ( Controls parent )
parent Controls Parent control.

SetValue() 공개 메소드

Sets the property value.
public SetValue ( string value, bool fireEvents = false ) : void
value string Value to set.
fireEvents bool Determines whether to fire "value changed" event.
리턴 void

프로퍼티 상세

m_CheckBox 보호되어 있는 프로퍼티

protected CheckBox m_CheckBox
리턴 CheckBox