Property | Type | Description | |
---|---|---|---|
m_TextBox | TextBox |
Method | Description | |
---|---|---|
SetValue ( string value, bool fireEvents = false ) : void |
Sets the property value.
|
|
Text ( Controls parent ) |
Initializes a new instance of the Text class.
|
public SetValue ( string value, bool fireEvents = false ) : void | ||
value | string | Value to set. |
fireEvents | bool | Determines whether to fire "value changed" event. |
return | void |