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
575
Set the text in the Memory text box of UltraCalculatorDropDown when it is shown
posted

Hello,

 

Since the text of UltraCalculatorDropDown is set in another text editor, which is not attached, we want to set the text of that editor to the text of the UltraCalculatorDropDownwhen it is shown. Actually we do not want to set the text of the calculator editor, but the text of the other label which is the text of the label that is below the text box. The reason is that we have hided the editor, and only show the calculator when the user presses F4 on another text box, and then hide it.

 

 

NOTE: I have differenciated between the Label text box and the editor text box.  We want to set the Label text box, because we do not show the editor text box.

The label text box, i am calling it, is the label that its value is set when the user presses a butto, for example, the user presses 4 and the 4 is shown!

Parents
No Data
Reply
  • 575
    Suggested Answer
    posted

    Found the answer! thanks!

    Use

    Infragistics.Win.UltraWinEditors.UltraWinCalc.CalculatorDropDownStyle.KeepCurrentValue

    and then set the text

Children
No Data