Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
230
Right to left Winultranumericeditor
posted

Hi,

I just want to know that Is there any way I can type in the number in the ultranumericeditor control from left to right, like we do in ultratexteditor.

Thanks In advance

IH

 

 

Parents
No Data
Reply
  • 69832
    Suggested Answer
    Offline posted

    Being a mask based  control, input is supposed to flow from left to right as the mask positions are populated by the user. You might be able to hack something out by setting the SelectionStart property as the characters are typed, i.e., in response to the KeyPress (or maybe KeyUp) event.

Children
No Data