#include <xtd/ustring.h>
Contains xtd::forms::progress_box_options control.
Go to the source code of this file.
Namespaces | |
xtd | |
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
xtd::forms | |
The xtd::forms namespace contains classes for creating Windows-based applications that take full advantage of the rich user interface features available in the Microsoft Windows operating system, Apple macOS and Linux like Ubuntu operating system. | |
Enumerations | |
enum | xtd::forms::progress_box_options { xtd::forms::progress_box_options::none = 0b0, xtd::forms::progress_box_options::show_cancel_button = 0b1, xtd::forms::progress_box_options::show_skip_button = 0b10, xtd::forms::progress_box_options::show_elapsed_time = 0b100, xtd::forms::progress_box_options::show_estimated_time = 0b1000, xtd::forms::progress_box_options::show_remaining_time = 0b10000, xtd::forms::progress_box_options::all = show_cancel_button | show_skip_button | show_elapsed_time | show_estimated_time | show_remaining_time } |
Specifies options on a xtd::forms::progress_box. More... | |