xtd 0.2.0
Loading...
Searching...
No Matches
xtd::forms::native::up_down_button Class Referencefinal
Inheritance diagram for xtd::forms::native::up_down_button:
xtd::static_object

Definition

Contains up down button native API.

Namespace
xtd::forms::native
Library
xtd.forms.native
Warning
Internal use only

Protected Static Methods

static void maximum (intptr control, int32 maximum)
 Sets the maximum allowed value for the up_down_button control.
 
static void minimum (intptr control, int32 minimum)
 Sets the minimum allowed value for the up_down_button control.
 
static int32 value (intptr control)
 Gets the value assigned to the up_down_button control.
 
static void value (intptr control, int32 value)
 Sets the value assigned to the up_down_button control.
 

Member Function Documentation

◆ 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
controlUp down button window handle.
maximumThe 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
controlUp down button window handle.
valueThe 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
controlUp 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
controlUp down button window handle.
valueThe numeric value of the up down button control.
Warning
Internal use only

The documentation for this class was generated from the following file: