Defines the number by which the value is incremented or decremented.
Remarks
Property specifies a number for which the value in the control is incremented or decremented by clicking up or down arrow buttons. The number can also be a decimal value. It is also possible to increment and decrement value by selecting the value in the control and pressing up and down keys on the keyboard.
With the appropriate setting end user can gain time and routine work can be much more pleasant and efficient.
Example (MxSpace)
To see the defined Increment property on a control (Numeric) open MxSpace solution project in Visual Studio. In Solution Explorer expand node Parts and double click StockPart.cs. Click the numeric control displaying the quantity in Editing section and open Property Window. See the value 1,0 defined in Increment property.
To define Increment property
- In Solution Explorer open MxPart component (StockPart) which contains control (Numeric).
- Select the desired control (Numeric - Quantity) on the canvas.
- Open Property Window.
- In section Design in Increment property define the desired value (1,0).
MxPart
IsFloating