removing calculator button from currencyTextBox

is it possible to suppress the calculator button when using the currencyTextBox? i dont need the calculator to appear on the UI. is there some property that will let me hide this?

1 Reply

AD Administrator Syncfusion Team July 28, 2003 03:39 PM UTC

Hi Sajid, Please set this.currencyEdit1.ShowCalculator = false; and comment out the method calculatorControl1_ValueCalculated(object sender, Syncfusion.Windows.Forms.Tools.CalculatorValueCalculatedEventArgs arg) Let me know if this is what you are looking for. Regards, Guru Patwal.

Loader.
Up arrow icon