System.Windows.Forms.NumericUpDown.Minimum Property

Gets or sets the minimum allowed value for the spin box (also known as an up-down control).

Syntax

[System.ComponentModel.RefreshProperties(System.ComponentModel.RefreshProperties.All)]
public decimal Minimum { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

When the NumericUpDown.Minimum property is set, the NumericUpDown.Maximum property is evaluated and the NumericUpDown.UpdateEditText method is called. If the new NumericUpDown.Minimum property value is greater than the NumericUpDown.Maximum property value, the NumericUpDown.Maximum value is set equal to the NumericUpDown.Minimum value. If the NumericUpDown.Value is less than the new NumericUpDown.Minimum value, the NumericUpDown.Value property is also set equal to the NumericUpDown.Minimum value.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0