How can I find it? I can get the current line, but not the character index of the actual insertion point...
Printable View
How can I find it? I can get the current line, but not the character index of the actual insertion point...
SelectionStart should give you the index of the current position within the RichTextBox, which should be the insertion point.