c# - how to get currently position of index in "Richtextbox" -
this question has answer here: windows forms richtextbox cursor position 3 answers how restore caret position or change color of text without making selection in richtextbox 2 answers richtextbox , caret position 1 answer i want insert text current position of index in richtextbox as know should use richtextbox.text = richtextbox.text.insert(int startindex, string value); what need int startindex what should write instead of access current position of index?