Exemplo n.º 1
0
        private void AppendText(string text)
        {
            int selectionStart = SelectionStart;

            TextOutgoing   = TextOutgoing.Insert(selectionStart, text);
            SelectionStart = selectionStart + text.Length;
            ShouldFocus    = true;
        }