프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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.
|
public SetValue ( string value, bool fireEvents = false ) : void | ||
value | string | Value to set. |
fireEvents | bool | Determines whether to fire "value changed" event. |
리턴 | void |