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

Definition

Contains progress bar native API.

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

Protected Static Methods

static void marquee (intptr control, bool marquee, size_t animation_speed)
 Sets value indicates progress by continuously scrolling a block across a progress_bar in a marquee fashion.
 
static void maximum (intptr control, int32 maximum)
 Sets the maximum value of the range of the control.
 
static void minimum (intptr control, int32 minimum)
 Sets the minimum value of the range of the control.
 
static void value (intptr control, int32 value)
 Sets the current position of the progress bar.
 

Member Function Documentation

◆ marquee()

static void xtd::forms::native::progress_bar::marquee ( intptr  control,
bool  marquee,
size_t  animation_speed 
)
staticprotected

Sets value indicates progress by continuously scrolling a block across a progress_bar in a marquee fashion.

Parameters
controlControl window handle.
marqueetrue if progress_bar is marquee; otherwise false.
animation_speedThe time period, in milliseconds, that it takes the progress block to scroll across the progress bar.
Warning
Internal use only

◆ maximum()

static void xtd::forms::native::progress_bar::maximum ( intptr  control,
int32  maximum 
)
staticprotected

Sets the maximum value of the range of the control.

Parameters
controlControl window handle.
maximumThe maximum value of the range.
Warning
Internal use only

◆ minimum()

static void xtd::forms::native::progress_bar::minimum ( intptr  control,
int32  minimum 
)
staticprotected

Sets the minimum value of the range of the control.

Parameters
controlControl window handle.
minimumThe minimum value of the range.
Warning
Internal use only

◆ value()

static void xtd::forms::native::progress_bar::value ( intptr  control,
int32  value 
)
staticprotected

Sets the current position of the progress bar.

Parameters
controlControl window handle.
valueThe position within the range of the progress bar.
Warning
Internal use only

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