Inserts the specified character (at the current selection). The character.
(char c)
| 772 | /// </summary> |
| 773 | /// <param name="c">The character.</param> |
| 774 | public virtual void Insert(char c) |
| 775 | { |
| 776 | Insert(c.ToString()); |
| 777 | } |
| 778 | |
| 779 | /// <summary> |
| 780 | /// Inserts the specified text (at the current selection). |