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

◆ decimal_place() [2/2]

virtual numeric_up_down & xtd::forms::numeric_up_down::decimal_place ( int32  value)
virtual

Sets the number of decimal places to display in the spin box (also known as an up-down control). This property doesn't affect the value property.

Parameters
valueThe number of decimal places to display in the spin box. The default is 0.
Returns
Current numeric_up_down.
Remarks
When the decimal_places property is set, the update_edit_text method is called to update the spin box's display to the new format.