Contains up down button native API.
- Namespace
- xtd::forms::native
- Library
- xtd.forms.native
- Warning
- Internal use only
◆ maximum()
static void xtd::forms::native::up_down_button::maximum |
( |
intptr |
control, |
|
|
int32 |
maximum |
|
) |
| |
|
staticprotected |
Sets the maximum allowed value for the up_down_button control.
- Parameters
-
control | Up down button window handle. |
maximum | The maximum allowed value for the up down button. |
- Warning
- Internal use only
◆ minimum()
static void xtd::forms::native::up_down_button::minimum |
( |
intptr |
control, |
|
|
int32 |
minimum |
|
) |
| |
|
staticprotected |
Sets the minimum allowed value for the up_down_button control.
- Parameters
-
control | Up down button window handle. |
value | The minimum allowed value for the up down button. |
- Warning
- Internal use only
◆ value() [1/2]
static int32 xtd::forms::native::up_down_button::value |
( |
intptr |
control | ) |
|
|
staticprotected |
Gets the value assigned to the up_down_button control.
- Parameters
-
control | Up down button window handle. |
- Returns
- The numeric value of the up down button control.
- Warning
- Internal use only
◆ value() [2/2]
static void xtd::forms::native::up_down_button::value |
( |
intptr |
control, |
|
|
int32 |
value |
|
) |
| |
|
staticprotected |
Sets the value assigned to the up_down_button control.
- Parameters
-
control | Up down button window handle. |
value | The numeric value of the up down button control. |
- Warning
- Internal use only
The documentation for this class was generated from the following file: