328 static void show_progress_box(
const iwin32_window* owner =
nullptr,
const progress_box_options options = progress_box_options::none,
const xtd::string& title =
"Please wait..."_t,
const xtd::string&
message =
""_t,
int32 initial_value = 0,
int32 minimum = 0,
int32 maximum = 100,
const bool marquee =
false,
size_t marquee_animation_speed = 100,
const std::vector<xtd::string>& informations = std::vector<xtd::string>());
Represents text as a sequence of character units.
Definition basic_string.h:79
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition static.h:37
#define forms_export_
Define shared library export.
Definition forms_export.h:13
int32_t int32
Represents a 32-bit signed integer.
Definition int32.h:23
std::unique_ptr< type_t > uptr
The xtd::uptr object is a unique pointer.
Definition uptr.h:25
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Contains xtd::forms::progress_box_options control.
Contains xtd::forms::progress_dialog dialog.