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

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

보호된 프로퍼티들

프로퍼티 타입 설명
m_TextBox TextBox

공개 메소드들

메소드 설명
SetValue ( string value, bool fireEvents = false ) : void

Sets the property value.

Text ( Controls parent )

Initializes a new instance of the Text class.

메소드 상세

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

Text() 공개 메소드

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

프로퍼티 상세

m_TextBox 보호되어 있는 프로퍼티

protected TextBox m_TextBox
리턴 TextBox