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

◆ minimum() [2/2]

virtual up_down_button & xtd::forms::up_down_button::minimum ( int32  value)
virtual

Sets the minimum allowed value for the up_down_button control.

Parameters
valueThe minimum allowed value for the up down button. 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.