Hi,
how can i disable arrow key on numeric control when spin button is not disaplaying.
means i did set SpinButtonDisplayStyle =Never, but when i press Arrow Up or Down key
then it change the value, so how can i disable arrow key to change the control value.
The version I'm using is 2008 Vol 2 (CLR 2.0)
The property can be found described here:http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR2.0/html/Infragistics2.Win.UltraWinEditors.v8.2~Infragistics.Win.UltraWinEditors.UltraNumericEditor~SpinIncrement.html
thnaks, i already know about this property, but this property is not available with my Infragistic numeric control.
or might be, i may be wrong. Can you tell me in which setting of numeric control this property available?
Setting the SpinIncrement value to 0 seems to do it.
Andy.