c# - how to get currently position of index in "Richtextbox" -
this question has answer here:
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
Post a Comment