Represents a dialog box that displays busy dialog.
| Windows | macOS | Gnome | |
|---|---|---|---|
| Light |
|
|
|
| Dark |
|
|
|
Public Constructors | |
| busy_dialog () | |
| Initializes a new instance of the busy_dialog class. | |
Public Properties | |
| auto | back_color () const noexcept -> xtd::drawing::color |
| Gets the background color for the dialog. | |
| auto | back_color (const xtd::drawing::color &value) -> busy_dialog & |
| Sets the background color for the dialog. | |
| auto | dialog_appearance () const noexcept -> xtd::forms::dialog_appearance |
| Gets the dialog appearance color for the dialog. | |
| auto | dialog_appearance (xtd::forms::dialog_appearance value) -> busy_dialog & |
| Sets the dialog appearance color for the dialog. | |
| auto | description () const noexcept -> const xtd::string & |
| Gets the product description. | |
| auto | description (const xtd::string &value) -> busy_dialog & |
| Sets the product description. | |
| auto | fore_color () const noexcept -> xtd::drawing::color |
| Gets the foreground color for the dialog. | |
| auto | fore_color (const xtd::drawing::color &value) -> busy_dialog & |
| Sets the foreground color for the dialog. | |
| auto | icon () const noexcept -> xtd::drawing::icon |
| Gets the product icon. | |
| auto | icon (const xtd::drawing::icon &value) -> busy_dialog & |
| Sets the product icon. | |
| auto | icon (const xtd::drawing::image &value) -> busy_dialog & |
| Sets the product icon. | |
| auto | icon (const xtd::drawing::bitmap &value) -> busy_dialog & |
| Sets the product icon. | |
| auto | opacity () const noexcept -> double |
| Gets the dialog opacity. | |
| auto | opacity (double value) -> busy_dialog & |
| Gets the dialog opacity. | |
| auto | text () const noexcept -> const xtd::string & |
| Gets the dialog title. | |
| auto | text (const xtd::string &value) -> busy_dialog & |
| Sets the dialog title. | |
Public Methods | |
| auto | hide () -> void |
| Hides busy dialog box. | |
| auto | reset () -> void |
| Resets all properties to empty string. | |
| auto | show () -> void |
| Runs busy dialog box. | |
| auto | show (const xtd::forms::iwin32_window &owner) -> void |
| Runs busy dialog box. | |
Additional Inherited Members | |
| object ()=default | |
| Create a new instance of the ultimate base class object. | |
| virtual auto | equals (const object &obj) const noexcept -> bool |
| Determines whether the specified object is equal to the current object. | |
| virtual auto | get_hash_code () const noexcept -> xtd::usize |
| Serves as a hash function for a particular type. | |
| virtual auto | get_type () const noexcept -> type_object |
| Gets the type of the current instance. | |
| template<typename object_t> | |
| auto | memberwise_clone () const -> xtd::unique_ptr_object< object_t > |
| Creates a shallow copy of the current object. | |
| virtual auto | to_string () const -> xtd::string |
| Returns a xtd::string that represents the current object. | |
| template<typename object_a_t, typename object_b_t> | |
| static auto | equals (const object_a_t &object_a, const object_b_t &object_b) noexcept -> bool |
| Determines whether the specified object instances are considered equal. | |
| template<typename object_a_t, typename object_b_t> | |
| static auto | reference_equals (const object_a_t &object_a, const object_b_t &object_b) noexcept -> bool |
| Determines whether the specified object instances are the same instance. | |
| component () | |
| Initialises a new instance of the component class. | |
| virtual auto | can_raise_events () const noexcept -> bool |
| Gets a value indicating whether the component can raise an event. | |
| auto | design_mode () const noexcept -> bool |
| Gets a value that indicates whether the component is currently in design mode. | |
| xtd::forms::busy_dialog::busy_dialog | ( | ) |
Initializes a new instance of the busy_dialog class.
|
nodiscardnoexcept |
Gets the background color for the dialog.
| auto xtd::forms::busy_dialog::back_color | ( | const xtd::drawing::color & | value | ) | -> busy_dialog & |
Sets the background color for the dialog.
| value | A xtd::drawing::color that represents the background color of the dialog. |
|
nodiscardnoexcept |
Gets the dialog appearance color for the dialog.
| auto xtd::forms::busy_dialog::dialog_appearance | ( | xtd::forms::dialog_appearance | value | ) | -> busy_dialog & |
Sets the dialog appearance color for the dialog.
| value | A xtd::forms::dialog_appearance that represents the dialog appearance of the dialog. |
|
nodiscardnoexcept |
Gets the product description.
| auto xtd::forms::busy_dialog::description | ( | const xtd::string & | value | ) | -> busy_dialog & |
Sets the product description.
| value | The product description. |
|
nodiscardnoexcept |
Gets the foreground color for the dialog.
| auto xtd::forms::busy_dialog::fore_color | ( | const xtd::drawing::color & | value | ) | -> busy_dialog & |
Sets the foreground color for the dialog.
| value | A xtd::drawing::color that represents the foreground color of the dialog. |
|
nodiscardnoexcept |
Gets the product icon.
| auto xtd::forms::busy_dialog::icon | ( | const xtd::drawing::icon & | value | ) | -> busy_dialog & |
| auto xtd::forms::busy_dialog::icon | ( | const xtd::drawing::image & | value | ) | -> busy_dialog & |
| auto xtd::forms::busy_dialog::icon | ( | const xtd::drawing::bitmap & | value | ) | -> busy_dialog & |
|
nodiscardnoexcept |
Gets the dialog opacity.
| auto xtd::forms::busy_dialog::opacity | ( | double | value | ) | -> busy_dialog & |
Gets the dialog opacity.
| value | The dialog opacity. |
|
nodiscardnoexcept |
Gets the dialog title.
| auto xtd::forms::busy_dialog::text | ( | const xtd::string & | value | ) | -> busy_dialog & |
| auto xtd::forms::busy_dialog::hide | ( | ) | -> void |
Hides busy dialog box.
| auto xtd::forms::busy_dialog::reset | ( | ) | -> void |
Resets all properties to empty string.
| auto xtd::forms::busy_dialog::show | ( | ) | -> void |
Runs busy dialog box.
| auto xtd::forms::busy_dialog::show | ( | const xtd::forms::iwin32_window & | owner | ) | -> void |
Runs busy dialog box.