Table of Contents

Method WriteText

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

WriteText(string)

Writes the text into the text control at the current insertion position.

public virtual void WriteText(string text)

Parameters

text string

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.