Alias | |
| using | message_notifier_button_collection = xtd::forms::layout::arranged_element_collection< message_notifier_button_ref > |
| event< message_notifier, xtd::forms::notifier_closed_event_handler > | notifier_closed |
| event< message_notifier, xtd::forms::notifier_button_click_event_handler > | button_click |
| message_notifier ()=default | |
| const message_notifier_button_collection & | buttons () const noexcept |
| Properties. More... | |
| message_notifier_button_collection & | buttons () noexcept |
| std::optional< xtd::forms::message_notifier_button > | notifier_button_clicked () const noexcept |
| xtd::ustring | title () const noexcept |
| message_notifier & | title (const xtd::ustring &title) noexcept |
| xtd::ustring | message () const noexcept |
| message_notifier & | message (const xtd::ustring &message) noexcept |
| const xtd::drawing::image & | icon () const noexcept |
| message_notifier & | icon (const xtd::drawing::image &icon) noexcept |
| message_notifier & | icon (const xtd::drawing::icon &icon) noexcept |
| bool | close_timeout_enabled () const noexcept |
| message_notifier & | close_timeout_enabled (bool value) noexcept |
| std::chrono::milliseconds | close_timeout_interval () const noexcept |
| message_notifier & | close_timeout_interval (std::chrono::milliseconds value) noexcept |
| message_notifier & | close_timeout_interval_milliseconds (int32 value) noexcept |
| xtd::forms::notifier_style | notifier_style () const noexcept |
| message_notifier & | notifier_style (xtd::forms::notifier_style notifier_style) noexcept |
| void | reset () |
| void | show () |
| void | show (const iwin32_window &owner) |
| virtual void | on_notifier_closed (const xtd::forms::notifier_closed_event_args &e) |
| virtual void | on_button_click (const xtd::forms::notifier_button_click_event_args &e) |
Additional Inherited Members | |
Public Member Functions inherited from xtd::object | |
| object ()=default | |
| Create a new instance of the ultimate base class object. More... | |
| bool | equals (const object &obj) const noexcept |
| Determines whether the specified object is equal to the current object. More... | |
| virtual size_t | get_hash_code () const noexcept |
| Serves as a hash function for a particular type. More... | |
| virtual type_object | get_type () const noexcept |
| Gets the type of the current instance. More... | |
| template<typename object_t > | |
| std::unique_ptr< object_t > | memberwise_clone () const noexcept |
| Creates a shallow copy of the current object. More... | |
| virtual xtd::ustring | to_string () const noexcept |
| Returns a sxd::ustring that represents the current object. More... | |
Static Public Member Functions inherited from xtd::object | |
| static bool | equals (const object &object_a, const object &object_b) noexcept |
| Determines whether the specified object instances are considered equal. More... | |
| static bool | reference_equals (const object &object_a, const object &object_b) noexcept |
| Determines whether the specified object instances are the same instance. More... | |
Protected Member Functions inherited from xtd::forms::component | |
| component () | |
| Initialises a new instance of the component class. More... | |
| virtual bool | can_raise_events () const noexcept |
| Gets a value indicating whether the component can raise an event. More... | |
| bool | design_mode () const noexcept |
| Gets a value that indicates whether the component is currently in design mode. More... | |
|
inlinenoexcept |
Properties.