xtd 0.2.0
Loading...
Searching...
No Matches

◆ minimum() [2/2]

virtual numeric_up_down & xtd::forms::numeric_up_down::minimum ( double  value)
virtual

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

Parameters
valueThe minimum allowed value for the spin box. The default value is 0.
Returns
Current numeric_up_down.
Remarks
When the maximum property is set, the minimum property is evaluated and the update_edit_text method is called. If the minimum property is greater than the new maximum property, the minimum property value is set equal to the maximum value. If the current Value is greater than the new Maximum value. the value property value is set equal to the maximum value.