|
static |
A factory to create an xtd::forms::track_bar with specified parent, value, minimum, and maximum.
parent | The parent that contains the new created xtd::forms::track_bar. |
value | A numeric value that is within the minimum and maximum range. The default value is 0. |
minimum | The lower limit of values of the scrollable range. |
maximum | The upper limit of values of the scrollable range. |