[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=WinElement Inherit=Control,ScrollableControl,ContainerControl,UpDownBase Interfaces=Component,MarshalByRefObject,Object,ControlManager Info=Represents a Windows spin box that displays numeric values Category=Common [Edit] Class=UpDown Color=BackColor [Property] Width= | |120 Height= | |20 BackColor= | |clWindow ForeColor= | |clWindowText +Text= | |0 @DecimalPlaces=Sets the number of decimal places to display in the spin box .ARG(int)|1|0 @Hexadecimal=Sets a value indicating whether the spin box should display the value it contains in hexadecimal format. ARG(bool)|14|1|True,False @Increment=Sets the value to increment or decrement the spin box when the up or down buttons are clicked. ARG(decimal)|2|1 @Maximum=Sets the maximum value for the spin box. ARG(decimal)|2|100 @Minimum=Sets the minimum allowed value for the spin box. ARG(decimal)|2|0 @ThousandsSeparator=Sets a value indicating whether a thousands separator is displayed in the spin box when appropriate. ARG(bool)|14|1|True,False @Value=Sets the value assigned to the spin box. ARG(decimal)|2|0 [Methods] *doDownButton=Decrements the value of the spin box. ARG()|1|0 *doUpButton=Increments the value of the spin box. ARG()|1|0 onValueChanged=Occurs when the Value property has been changed in some way. ARG(decimal)|2|108 *Accelerations=Returns a collection of sorted acceleration objects for the NumericUpDown control. ARG(NumericUpDownAccelerationCollection)|3|0 *DecimalPlaces=Returns the number of decimal places to display in the spin box .ARG(int)|3|1 *Hexadecimal=Returns a value indicating whether the spin box should display the value it contains in hexadecimal format. ARG(bool)|3|104 *Increment=Returns the value to increment or decrement the spin box when the up or down buttons are clicked. ARG(decimal)|3|108 *Maximum=Returns the maximum value for the spin box. ARG(decimal)|3|108 *Minimum=Returns the minimum allowed value for the spin box. ARG(decimal)|3|108 *ThousandsSeparator=Returns a value indicating whether a thousands separator is displayed in the spin box when appropriate. ARG(bool)|3|104 Value=Returns the value assigned to the spin box. ARG(decimal)|3|108 NumericUpDown=Returns the NumericUpDown object. ARG(NumericUpDown)|3|0