c# - Move The Caret Position To The Particular X,y Coordinates -


how move carete postion particular x,y coordinates.

is possible it.

i have 2 richtextbox , want move 2nd richtextbox carete position 1st richtextbox y coordinates.

you can convert point clicked on pointer text

 var index = d.getpositionfrompoint(point, true);  d.caretindex = index; 

where d richtextbox.


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -