C# Class Flood.GUI.Controls.Property.Text

Text property.
Inheritance: Flood.GUI.Controls.Property.Control
显示文件 Open project: FloodProject/flood

Protected Properties

Property Type Description
m_TextBox TextBox

Public Methods

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

Sets the property value.

Text ( Controls parent )

Initializes a new instance of the Text class.

Method Details

SetValue() public method

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.
return void

Text() public method

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

Property Details

m_TextBox protected_oe property

protected TextBox m_TextBox
return TextBox