MX-Frame Library Send comments on this topic.
Increment
See Also
MX-Developer > User Interface - MxPart > Controls > Control Properties > Design > Increment

Glossary Item Box

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

  1. In Solution Explorer open MxPart component (StockPart) which contains control (Numeric).
  2. Select the desired control (Numeric - Quantity) on the canvas.
  3. Open Property Window.
  4. In section Design in Increment property define the desired value (1,0).

See Also

©2009 Metronik. All Rights Reserved.