Property | Type | Description |
---|
Method | Description | |
---|---|---|
OnTextChanging ( string &text ) : void | ||
ReadLine ( ) : string |
Wait for line entering. Set IsReadLineMode to false for break of waiting.
|
|
WriteLine ( string text ) : void |
Append line to end of text.
|
public OnTextChanging ( string &text ) : void | ||
text | string | |
return | void |