Represents a common dialog box that displays a progress dialog.
| Windows | macOS | Gnome | |
|---|---|---|---|
| Light |
html dialog_progress_dialog_m.png html dialog_progress_dialog_g.png | ||
| Dark |
html dialog_progress_dialog_md.png html dialog_progress_dialog_gd.png |
Properties | |
| static bool | cancelled () |
| Check if the progress dialog is canceled. More... | |
| static bool | skipped () |
| Check if the progress dialog is skipped. More... | |
| static int32 | minimum () |
| Gets the minimum value of the range of the progress dialog. More... | |
| static int32 | maximum () |
| Gets the maximum value of the range of the progress dialog. More... | |
Methods | |
| static void | hide () |
| Hides a progress box in front. More... | |
| static void | show (const xtd::ustring &title) |
| Displays a progress box. More... | |
| static void | show (const xtd::ustring &title, const progress_box_options options) |
| Displays a progress box. More... | |
| static void | show (const xtd::ustring &title, const xtd::ustring &message) |
| Displays a progress box. More... | |
| static void | show (const xtd::ustring &title, const xtd::ustring &message, const progress_box_options options) |
| Displays a progress box. More... | |
| static void | show (const xtd::ustring &title, const xtd::ustring &message, const int32 initial_value) |
| Displays a progress box. More... | |
| static void | show (const xtd::ustring &title, const xtd::ustring &message, const int32 initial_value, const progress_box_options options) |
| Displays a progress box. More... | |
| static void | show (const xtd::ustring &title, const xtd::ustring &message, const int32 initial_value, const int32 minimum) |
| Displays a progress box. More... | |
| static void | show (const xtd::ustring &title, const xtd::ustring &message, const int32 initial_value, const int32 minimum, const progress_box_options options) |
| Displays a progress box. More... | |
| static void | show (const xtd::ustring &title, const xtd::ustring &message, const int32 initial_value, const int32 minimum, const int32 maximum) |
| Displays a progress box. More... | |
| static void | show (const xtd::ustring &title, const xtd::ustring &message, const int32 initial_value, const int32 minimum, const int32 maximum, const progress_box_options options) |
| Displays a progress box. More... | |
| static void | show (const xtd::ustring &title, const xtd::ustring &message, const int32 initial_value, const int32 minimum, const int32 maximum, const bool marquee, const size_t marquee_animation_speed) |
| Displays a progress box. More... | |
| static void | show (const xtd::ustring &title, const xtd::ustring &message, const int32 initial_value, const int32 minimum, const int32 maximum, const bool marquee, const size_t marquee_animation_speed, const progress_box_options options) |
| Displays a progress box. More... | |
| static void | show (const xtd::ustring &title, const xtd::ustring &message, const int32 initial_value, const int32 minimum, const int32 maximum, const bool marquee, const size_t marquee_animation_speed, const std::vector< xtd::ustring > &informations) |
| Displays a progress box. More... | |
| static void | show (const xtd::ustring &title, const xtd::ustring &message, const int32 initial_value, const int32 minimum, const int32 maximum, const bool marquee, const size_t marquee_animation_speed, const std::vector< xtd::ustring > &informations, const progress_box_options options) |
| Displays a progress box. More... | |
| static void | show (const iwin32_window &owner, const xtd::ustring &title) |
| Displays a progress dialog box in front of a specified window. More... | |
| static void | show (const iwin32_window &owner, const xtd::ustring &title, const progress_box_options options) |
| Displays a progress dialog box in front of a specified window. More... | |
| static void | show (const iwin32_window &owner, const xtd::ustring &title, const xtd::ustring &message) |
| Displays a progress dialog box in front of a specified window. More... | |
| static void | show (const iwin32_window &owner, const xtd::ustring &title, const xtd::ustring &message, const progress_box_options options) |
| Displays a progress dialog box in front of a specified window. More... | |
| static void | show (const iwin32_window &owner, const xtd::ustring &title, const xtd::ustring &message, const int32 initial_value) |
| Displays a progress dialog box in front of a specified window. More... | |
| static void | show (const iwin32_window &owner, const xtd::ustring &title, const xtd::ustring &message, const int32 initial_value, const progress_box_options options) |
| Displays a progress dialog box in front of a specified window. More... | |
| static void | show (const iwin32_window &owner, const xtd::ustring &title, const xtd::ustring &message, const int32 initial_value, const int32 minimum) |
| Displays a progress dialog box in front of a specified window. More... | |
| static void | show (const iwin32_window &owner, const xtd::ustring &title, const xtd::ustring &message, const int32 initial_value, const int32 minimum, const progress_box_options options) |
| Displays a progress dialog box in front of a specified window. More... | |
| static void | show (const iwin32_window &owner, const xtd::ustring &title, const xtd::ustring &message, const int32 initial_value, const int32 minimum, const int32 maximum) |
| Displays a progress dialog box in front of a specified window. More... | |
| static void | show (const iwin32_window &owner, const xtd::ustring &title, const xtd::ustring &message, const int32 initial_value, const int32 minimum, const int32 maximum, const progress_box_options options) |
| Displays a progress dialog box in front of a specified window. More... | |
| static void | show (const iwin32_window &owner, const xtd::ustring &title, const xtd::ustring &message, const int32 initial_value, const int32 minimum, const int32 maximum, const bool marquee, const size_t marquee_animation_speed) |
| Displays a progress dialog box in front of a specified window. More... | |
| static void | show (const iwin32_window &owner, const xtd::ustring &title, const xtd::ustring &message, const int32 initial_value, const int32 minimum, const int32 maximum, const bool marquee, const size_t marquee_animation_speed, const progress_box_options options) |
| Displays a progress dialog box in front of a specified window. More... | |
| static void | show (const iwin32_window &owner, const xtd::ustring &title, const xtd::ustring &message, const int32 initial_value, const int32 minimum, const int32 maximum, const bool marquee, const size_t marquee_animation_speed, const std::vector< xtd::ustring > &informations) |
| Displays a progress dialog box in front of a specified window. More... | |
| static void | show (const iwin32_window &owner, const xtd::ustring &title, const xtd::ustring &message, const int32 initial_value, const int32 minimum, const int32 maximum, const bool marquee, const size_t marquee_animation_speed, const std::vector< xtd::ustring > &informations, const progress_box_options options) |
| Displays a progress dialog box in front of a specified window. More... | |
| static void | update (const progress_box_options options) |
| Updates progress box. More... | |
| static void | update (const int32 value) |
| Updates progress box. More... | |
| static void | update (const int32 value, const xtd::ustring &title) |
| Updates progress box. More... | |
| static void | update (const int32 value, const xtd::ustring &title, const xtd::ustring &message) |
| Updates progress box. More... | |
| static void | update (const int32 value, const xtd::ustring &title, const xtd::ustring &message, const int32 minimum) |
| Updates progress box. More... | |
| static void | update (const int32 value, const xtd::ustring &title, const xtd::ustring &message, const int32 minimum, const int32 maximum) |
| Updates progress box. More... | |
| static void | update (const int32 value, const xtd::ustring &title, const xtd::ustring &message, const int32 minimum, const int32 maximum, const bool marquee) |
| Updates progress box. More... | |
| static void | update (const int32 value, const xtd::ustring &title, const xtd::ustring &message, const int32 minimum, const int32 maximum, const bool marquee, const size_t marquee_animation_speed) |
| Updates progress box. More... | |
| static void | update (const int32 value, const xtd::ustring &title, const xtd::ustring &message, const int32 minimum, const int32 maximum, const bool marquee, const size_t marquee_animation_speed, const std::vector< xtd::ustring > &informations) |
| Updates progress box. More... | |
|
static |
Check if the progress dialog is canceled.
|
static |
Hides a progress box in front.
|
static |
Gets the maximum value of the range of the progress dialog.
|
static |
Gets the minimum value of the range of the progress dialog.
|
static |
Displays a progress box.
| title | An xtd::ustring that specifies the title of the progress dialog. |
|
static |
Displays a progress box.
| title | An xtd::ustring that specifies the title of the progress dialog. |
| options | A bitwise combination of enum xtd::forms::progress_box_options to specify additional options to the progress dialog box. |
|
static |
Displays a progress box.
| title | An xtd::ustring that specifies the title of the progress dialog. |
| message | An xtd::ustring that specifies the message of the progress dialog. |
|
static |
Displays a progress box.
| title | An xtd::ustring that specifies the title of the progress dialog. |
| message | An xtd::ustring that specifies the message of the progress dialog. |
| options | A bitwise combination of enum xtd::forms::progress_box_options to specify additional options to the progress dialog box. |
|
static |
Displays a progress box.
| title | An xtd::ustring that specifies the title of the progress dialog. |
| message | An xtd::ustring that specifies the message of the progress dialog. |
| initial_value | An integer that indicates the initial value of the progress dialog. |
|
static |
Displays a progress box.
| title | An xtd::ustring that specifies the title of the progress dialog. |
| message | An xtd::ustring that specifies the message of the progress dialog. |
| initial_value | An integer that indicates the initial value of the progress dialog. |
| options | A bitwise combination of enum xtd::forms::progress_box_options to specify additional options to the progress dialog box. |
|
static |
Displays a progress box.
| title | An xtd::ustring that specifies the title of the progress dialog. |
| message | An xtd::ustring that specifies the message of the progress dialog. |
| initial_value | An integer that indicates the initial value of the progress dialog. |
| minimum | An integer that indicates the minimum value of the progress dialog. |
|
static |
Displays a progress box.
| title | An xtd::ustring that specifies the title of the progress dialog. |
| message | An xtd::ustring that specifies the message of the progress dialog. |
| initial_value | An integer that indicates the initial value of the progress dialog. |
| minimum | An integer that indicates the minimum value of the progress dialog. |
| options | A bitwise combination of enum xtd::forms::progress_box_options to specify additional options to the progress dialog box. |
|
static |
Displays a progress box.
| title | An xtd::ustring that specifies the title of the progress dialog. |
| message | An xtd::ustring that specifies the message of the progress dialog. |
| initial_value | An integer that indicates the initial value of the progress dialog. |
| minimum | An integer that indicates the minimum value of the progress dialog. |
| maximum | An integer that indicates the maximum value of the progress dialog. |
|
static |
Displays a progress box.
| title | An xtd::ustring that specifies the title of the progress dialog. |
| message | An xtd::ustring that specifies the message of the progress dialog. |
| initial_value | An integer that indicates the initial value of the progress dialog. |
| minimum | An integer that indicates the minimum value of the progress dialog. |
| maximum | An integer that indicates the maximum value of the progress dialog. |
| options | A bitwise combination of enum xtd::forms::progress_box_options to specify additional options to the progress dialog box. |
|
static |
Displays a progress box.
| title | An xtd::ustring that specifies the title of the progress dialog. |
| message | An xtd::ustring that specifies the message of the progress dialog. |
| initial_value | An integer that indicates the initial value of the progress dialog. |
| minimum | An integer that indicates the minimum value of the progress dialog. |
| maximum | An integer that indicates the maximum value of the progress dialog. |
| marquee | A boolean that Indicates progress by continuously scrolling a block across a xtd::forms::progress_bar in a marquee fashion. |
|
static |
Displays a progress box.
| title | An xtd::ustring that specifies the title of the progress dialog. |
| message | An xtd::ustring that specifies the message of the progress dialog. |
| initial_value | An integer that indicates the initial value of the progress dialog. |
| minimum | An integer that indicates the minimum value of the progress dialog. |
| maximum | An integer that indicates the maximum value of the progress dialog. |
| marquee | A boolean that Indicates progress by continuously scrolling a block across a xtd::forms::progress_bar in a marquee fashion. |
| options | A bitwise combination of enum xtd::forms::progress_box_options to specify additional options to the progress dialog box. |
|
static |
Displays a progress box.
| title | An xtd::ustring that specifies the title of the progress dialog. |
| message | An xtd::ustring that specifies the message of the progress dialog. |
| initial_value | An integer that indicates the initial value of the progress dialog. |
| minimum | An integer that indicates the minimum value of the progress dialog. |
| maximum | An integer that indicates the maximum value of the progress dialog. |
| marquee | A boolean that Indicates progress by continuously scrolling a block across a xtd::forms::progress_bar in a marquee fashion. |
| marquee_animation_speed | An integer that indicates the time period, in milliseconds, that it takes the progress block to scroll across the progress bar. |
| informations | An std::vector of xtd::ustring that specifies the information texts of the progress dialog. |
|
static |
Displays a progress box.
| title | An xtd::ustring that specifies the title of the progress dialog. |
| message | An xtd::ustring that specifies the message of the progress dialog. |
| initial_value | An integer that indicates the initial value of the progress dialog. |
| minimum | An integer that indicates the minimum value of the progress dialog. |
| maximum | An integer that indicates the maximum value of the progress dialog. |
| marquee | A boolean that Indicates progress by continuously scrolling a block across a xtd::forms::progress_bar in a marquee fashion. |
| marquee_animation_speed | An integer that indicates the time period, in milliseconds, that it takes the progress block to scroll across the progress bar. |
| informations | An std::vector of xtd::ustring that specifies the information texts of the progress dialog. |
| options | A bitwise combination of enum xtd::forms::progress_box_options to specify additional options to the progress dialog box. |
|
static |
Displays a progress dialog box in front of a specified window.
| owner | An If xtd::forms::iwin32_window that represents the owner window of the progress dialog box. |
| title | An xtd::ustring that specifies the title of the progress dialog. |
|
static |
Displays a progress dialog box in front of a specified window.
| owner | An If xtd::forms::iwin32_window that represents the owner window of the progress dialog box. |
| title | An xtd::ustring that specifies the title of the progress dialog. |
| options | A bitwise combination of enum xtd::forms::progress_box_options to specify additional options to the progress dialog box. |
|
static |
Displays a progress dialog box in front of a specified window.
| owner | An If xtd::forms::iwin32_window that represents the owner window of the progress dialog box. |
| title | An xtd::ustring that specifies the title of the progress dialog. |
| message | An xtd::ustring that specifies the message of the progress dialog. |
|
static |
Displays a progress dialog box in front of a specified window.
| owner | An If xtd::forms::iwin32_window that represents the owner window of the progress dialog box. |
| title | An xtd::ustring that specifies the title of the progress dialog. |
| message | An xtd::ustring that specifies the message of the progress dialog. |
| options | A bitwise combination of enum xtd::forms::progress_box_options to specify additional options to the progress dialog box. |
|
static |
Displays a progress dialog box in front of a specified window.
| owner | An If xtd::forms::iwin32_window that represents the owner window of the progress dialog box. |
| title | An xtd::ustring that specifies the title of the progress dialog. |
| message | An xtd::ustring that specifies the message of the progress dialog. |
| initial_value | An integer that indicates the initial value of the progress dialog. |
|
static |
Displays a progress dialog box in front of a specified window.
| owner | An If xtd::forms::iwin32_window that represents the owner window of the progress dialog box. |
| title | An xtd::ustring that specifies the title of the progress dialog. |
| message | An xtd::ustring that specifies the message of the progress dialog. |
| initial_value | An integer that indicates the initial value of the progress dialog. |
| options | A bitwise combination of enum xtd::forms::progress_box_options to specify additional options to the progress dialog box. |
|
static |
Displays a progress dialog box in front of a specified window.
| owner | An If xtd::forms::iwin32_window that represents the owner window of the progress dialog box. |
| title | An xtd::ustring that specifies the title of the progress dialog. |
| message | An xtd::ustring that specifies the message of the progress dialog. |
| initial_value | An integer that indicates the initial value of the progress dialog. |
| minimum | An integer that indicates the minimum value of the progress dialog. |
|
static |
Displays a progress dialog box in front of a specified window.
| owner | An If xtd::forms::iwin32_window that represents the owner window of the progress dialog box. |
| title | An xtd::ustring that specifies the title of the progress dialog. |
| message | An xtd::ustring that specifies the message of the progress dialog. |
| initial_value | An integer that indicates the initial value of the progress dialog. |
| minimum | An integer that indicates the minimum value of the progress dialog. |
| options | A bitwise combination of enum xtd::forms::progress_box_options to specify additional options to the progress dialog box. |
|
static |
Displays a progress dialog box in front of a specified window.
| owner | An If xtd::forms::iwin32_window that represents the owner window of the progress dialog box. |
| title | An xtd::ustring that specifies the title of the progress dialog. |
| message | An xtd::ustring that specifies the message of the progress dialog. |
| initial_value | An integer that indicates the initial value of the progress dialog. |
| minimum | An integer that indicates the minimum value of the progress dialog. |
| maximum | An integer that indicates the maximum value of the progress dialog. |
|
static |
Displays a progress dialog box in front of a specified window.
| owner | An If xtd::forms::iwin32_window that represents the owner window of the progress dialog box. |
| title | An xtd::ustring that specifies the title of the progress dialog. |
| message | An xtd::ustring that specifies the message of the progress dialog. |
| initial_value | An integer that indicates the initial value of the progress dialog. |
| minimum | An integer that indicates the minimum value of the progress dialog. |
| maximum | An integer that indicates the maximum value of the progress dialog. |
| options | A bitwise combination of enum xtd::forms::progress_box_options to specify additional options to the progress dialog box. |
|
static |
Displays a progress dialog box in front of a specified window.
| owner | An If xtd::forms::iwin32_window that represents the owner window of the progress dialog box. |
| title | An xtd::ustring that specifies the title of the progress dialog. |
| message | An xtd::ustring that specifies the message of the progress dialog. |
| initial_value | An integer that indicates the initial value of the progress dialog. |
| minimum | An integer that indicates the minimum value of the progress dialog. |
| maximum | An integer that indicates the maximum value of the progress dialog. |
| marquee | A boolean that Indicates progress by continuously scrolling a block across a xtd::forms::progress_bar in a marquee fashion. |
|
static |
Displays a progress dialog box in front of a specified window.
| owner | An If xtd::forms::iwin32_window that represents the owner window of the progress dialog box. |
| title | An xtd::ustring that specifies the title of the progress dialog. |
| message | An xtd::ustring that specifies the message of the progress dialog. |
| initial_value | An integer that indicates the initial value of the progress dialog. |
| minimum | An integer that indicates the minimum value of the progress dialog. |
| maximum | An integer that indicates the maximum value of the progress dialog. |
| marquee | A boolean that Indicates progress by continuously scrolling a block across a xtd::forms::progress_bar in a marquee fashion. |
| options | A bitwise combination of enum xtd::forms::progress_box_options to specify additional options to the progress dialog box. |
|
static |
Displays a progress dialog box in front of a specified window.
| owner | An If xtd::forms::iwin32_window that represents the owner window of the progress dialog box. |
| title | An xtd::ustring that specifies the title of the progress dialog. |
| message | An xtd::ustring that specifies the message of the progress dialog. |
| initial_value | An integer that indicates the initial value of the progress dialog. |
| minimum | An integer that indicates the minimum value of the progress dialog. |
| maximum | An integer that indicates the maximum value of the progress dialog. |
| marquee | A boolean that Indicates progress by continuously scrolling a block across a xtd::forms::progress_bar in a marquee fashion. |
| marquee_animation_speed | An integer that indicates the time period, in milliseconds, that it takes the progress block to scroll across the progress bar. |
| informations | An std::vector of xtd::ustring that specifies the information texts of the progress dialog. |
|
static |
Displays a progress dialog box in front of a specified window.
| owner | An If xtd::forms::iwin32_window that represents the owner window of the progress dialog box. |
| title | An xtd::ustring that specifies the title of the progress dialog. |
| message | An xtd::ustring that specifies the message of the progress dialog. |
| initial_value | An integer that indicates the initial value of the progress dialog. |
| minimum | An integer that indicates the minimum value of the progress dialog. |
| maximum | An integer that indicates the maximum value of the progress dialog. |
| marquee | A boolean that Indicates progress by continuously scrolling a block across a xtd::forms::progress_bar in a marquee fashion. |
| marquee_animation_speed | An integer that indicates the time period, in milliseconds, that it takes the progress block to scroll across the progress bar. |
| informations | An std::vector of xtd::ustring that specifies the information texts of the progress dialog. |
| options | A bitwise combination of enum xtd::forms::progress_box_options to specify additional options to the progress dialog box. |
|
static |
Check if the progress dialog is skipped.
|
static |
Updates progress box.
| options | A bitwise combination of enum xtd::forms::progress_box_options to specify additional options to the progress dialog box. |
|
static |
Updates progress box.
| value | An integer that indicates the value of the progress dialog. |
|
static |
Updates progress box.
| value | An integer that indicates the value of the progress dialog. |
| title | An xtd::ustring that specifies the title of the progress dialog. |
|
static |
Updates progress box.
| value | An integer that indicates the value of the progress dialog. |
| title | An xtd::ustring that specifies the title of the progress dialog. |
| message | An xtd::ustring that specifies the message of the progress dialog. |
|
static |
Updates progress box.
| value | An integer that indicates the value of the progress dialog. |
| title | An xtd::ustring that specifies the title of the progress dialog. |
| message | An xtd::ustring that specifies the message of the progress dialog. |
| minimum | An integer that indicates the minimum value of the progress dialog. |
|
static |
Updates progress box.
| value | An integer that indicates the value of the progress dialog. |
| title | An xtd::ustring that specifies the title of the progress dialog. |
| message | An xtd::ustring that specifies the message of the progress dialog. |
| minimum | An integer that indicates the minimum value of the progress dialog. |
| maximum | An integer that indicates the maximum value of the progress dialog. |
|
static |
Updates progress box.
| value | An integer that indicates the value of the progress dialog. |
| title | An xtd::ustring that specifies the title of the progress dialog. |
| message | An xtd::ustring that specifies the message of the progress dialog. |
| minimum | An integer that indicates the minimum value of the progress dialog. |
| maximum | An integer that indicates the maximum value of the progress dialog. |
| marquee | A boolean that Indicates progress by continuously scrolling a block across a xtd::forms::progress_bar in a marquee fashion. |
|
static |
Updates progress box.
| value | An integer that indicates the value of the progress dialog. |
| title | An xtd::ustring that specifies the title of the progress dialog. |
| message | An xtd::ustring that specifies the message of the progress dialog. |
| minimum | An integer that indicates the minimum value of the progress dialog. |
| maximum | An integer that indicates the maximum value of the progress dialog. |
| marquee | A boolean that Indicates progress by continuously scrolling a block across a xtd::forms::progress_bar in a marquee fashion. |
| marquee_animation_speed | An integer that indicates the time period, in milliseconds, that it takes the progress block to scroll across the progress bar. |
|
static |
Updates progress box.
| value | An integer that indicates the value of the progress dialog. |
| title | An xtd::ustring that specifies the title of the progress dialog. |
| message | An xtd::ustring that specifies the message of the progress dialog. |
| minimum | An integer that indicates the minimum value of the progress dialog. |
| maximum | An integer that indicates the maximum value of the progress dialog. |
| marquee | A boolean that Indicates progress by continuously scrolling a block across a xtd::forms::progress_bar in a marquee fashion. |
| marquee_animation_speed | An integer that indicates the time period, in milliseconds, that it takes the progress block to scroll across the progress bar. |
| informations | An std::vector of xtd::ustring that specifies the information texts of the progress dialog. |