Method WriteText
WriteText(string)
Writes the text into the text control at the current insertion position.
void WriteText(string text)Parameters
- textstring
- Text to write to the text control. 
Remarks
Newlines in the text string are the only special characters allowed, and they will cause appropriate line breaks.