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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -