xtd 0.2.0
progress_box_options.hpp
Go to the documentation of this file.
1
4#pragma once
5#include <xtd/enum>
6
8namespace xtd {
10 namespace forms {
38 }
39}
40
42flags_attribute_(xtd::forms, progress_box_options);
43
46};
#define flags_attribute_(namespace_name, enum_type)
Provides the set attribute struct for enumerations helper.
Definition flags_attribute.hpp:34
std::vector< std::pair< enum_t, xtd::string > > enum_collection
Represents a pair of an enum_t value and a string of an enum of type enum_t.
Definition enum_collection.hpp:24
progress_box_options
Specifies options on a xtd::forms::progress_box.
Definition progress_box_options.hpp:22
@ show_skip_button
Whether skip button is shown.
Definition progress_box_options.hpp:28
@ show_estimated_time
Whether estimated time is shown.
Definition progress_box_options.hpp:32
@ none
No options.
Definition progress_box_options.hpp:24
@ show_remaining_time
Whether remaining time is shown.
Definition progress_box_options.hpp:34
@ show_elapsed_time
Whether elapsed time is shown.
Definition progress_box_options.hpp:30
@ all
All flags except none.
Definition progress_box_options.hpp:36
@ show_cancel_button
Whether cancel button is shown.
Definition progress_box_options.hpp:26
@ none
no styles.
Definition anchor_styles.hpp:21
@ all
All flags except none.
Definition anchor_styles.hpp:31
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition texts.hpp:219
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Provides the registration struct for enumerations.
Definition enum_register.hpp:38