c# - how to get currently position of index in "Richtextbox" -


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?


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -