Table of Contents

Method AppendTextAndStyles

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

AppendTextAndStyles(IEnumerable<object>)

Appends text and styles to the end of the text control.

public virtual void AppendTextAndStyles(IEnumerable<object> list)

Parameters

list IEnumerable<object>

List containing strings or ITextBoxTextAttr instances.

Remarks

After the text is appended, the insertion point will be at the end of the text control. If this behaviour is not desired, the programmer should use GetInsertionPoint() and SetInsertionPoint(long).