|
static |
A factory to create an xtd::forms::numeric_up_down with specified parent, value, location, and size.
parent | The parent that contains the new created xtd::forms::numeric_up_down. |
value | A numeric value that is within the minimum and maximum range. The default value is 0. |
location | A xtd::drawing::point that represent location of the xtd::forms::numeric_up_down. |
size | A xtd::drawing::size that represent size of the xtd::forms::numeric_up_down. |