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

◆ maximum() [1/2]

virtual int32 xtd::forms::up_down_button::maximum ( ) const
virtualnoexcept

Gets the maximum value for the up_down_button control.

Returns
The maximum value for the up down button. The default value is 100.
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.