Table of Contents

Method AppendTextAndStyles

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

AppendTextAndStyles(IWxTextBoxHandler, IEnumerable<object>)

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

public static void AppendTextAndStyles(this IWxTextBoxHandler handler, IEnumerable<object> list)

Parameters

handler IWxTextBoxHandler

The IWxTextBoxHandler instance.

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 behavior is not desired, the programmer should use GetInsertionPoint() and SetInsertionPoint(long).