Method AppendTextAndStyles
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
handlerIWxTextBoxHandlerThe IWxTextBoxHandler instance.
listIEnumerable<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).