Right-to-Left in textbox

  • Thread starter Thread starter rayreeves
  • Start date Start date
R

rayreeves

I want to display an accumulator as I punch numeric digits into it, but
there is no RightToLeft property in a textbox. Is there a way?

Ray Reeves
 
You can always handle client-side onkeypress event in javascript to
customize user text entry.
 
Back
Top