Represents a dialog box that displays about dialog.
| Windows | macOS | Gnome | |
|---|---|---|---|
| Light |
|
|
|
| Dark |
|
|
|
Public Aliases | |
| using | author_collection |
| Represents an author collection. | |
| using | artist_collection |
| Represents an artist collection. | |
| using | documenter_collection |
| Represents a documenter collection. | |
| using | translator_collection |
| Represents a translator collection. | |
| using | user_tab_page_collection |
| Represents user tab page collection. | |
Public Constructors | |
| about_dialog () | |
| Initializes a new instance of the about_dialog class. | |
Public Properties | |
| auto | artists () const noexcept -> const artist_collection & |
| Gets the artists array. | |
| auto | artists () noexcept -> artist_collection & |
| Gets the artists array. | |
| auto | artists (const artist_collection &value) -> about_dialog & |
| Sets the artists array. | |
| auto | authors () const noexcept -> const author_collection & |
| Gets the authors array. | |
| auto | authors () noexcept -> author_collection & |
| Gets the authors array. | |
| auto | authors (const author_collection &value) -> about_dialog & |
| Sets the authors array. | |
| auto | copyright () const noexcept -> xtd::string |
| Gets the product copyright. | |
| auto | copyright (const xtd::string &value) -> about_dialog & |
| Sets the product description. | |
| auto | description () const noexcept -> xtd::string |
| Gets the product description. | |
| auto | description (const xtd::string &value) -> about_dialog & |
| Sets the product description. | |
| auto | documenters () const noexcept -> const documenter_collection & |
| Gets the documentation writers array. | |
| auto | documenters () noexcept -> documenter_collection & |
| Gets the documentation writers array. | |
| auto | documenters (const documenter_collection &value) -> about_dialog & |
| Sets the documentation writers array. | |
| auto | dialog_appearance () const noexcept -> xtd::forms::dialog_appearance |
| Gets the dialog appearance. | |
| auto | dialog_appearance (xtd::forms::dialog_appearance value) -> about_dialog & |
| Sets the dialog appearance. | |
| auto | icon () const noexcept -> xtd::drawing::icon |
| Gets the product icon. | |
| auto | icon (const xtd::drawing::icon &value) -> about_dialog & |
| Sets the product icon. | |
| auto | icon (const xtd::drawing::image &value) -> about_dialog & |
| Sets the product icon. | |
| auto | icon (const xtd::drawing::bitmap &value) -> about_dialog & |
| Sets the product icon. | |
| auto | license () const noexcept -> xtd::string |
| Gets the product license. | |
| auto | license (const xtd::string &value) -> about_dialog & |
| Sets the product license. | |
| auto | long_version () const noexcept -> xtd::string |
| Gets the product long version. | |
| auto | long_version (const xtd::string &value) -> about_dialog & |
| Sets the product long version. | |
| auto | name () const noexcept -> xtd::string |
| Gets the product name. | |
| auto | name (const xtd::string &value) -> about_dialog & |
| Sets the product name. | |
| auto | translators () const noexcept -> const translator_collection & |
| Gets the translators array. | |
| auto | translators () noexcept -> translator_collection & |
| Gets the translators array. | |
| auto | translators (const translator_collection &value) -> about_dialog & |
| Sets the translators array. | |
| auto | user_tab_pages () noexcept -> user_tab_page_collection & |
| Gets the collection of user tab pages in this about box. | |
| auto | user_tab_pages () const noexcept -> const user_tab_page_collection & |
| Gets the collection of user tab pages in this about box. | |
| auto | version () const noexcept -> xtd::string |
| Gets the product version. | |
| auto | version (const xtd::string &value) -> about_dialog & |
| Sets the product version. | |
| auto | website () const noexcept -> xtd::string |
| Gets the product website. | |
| auto | website (const xtd::string &value) -> about_dialog & |
| Sets the product website. | |
| auto | website_label () const noexcept -> xtd::string |
| Gets the product website label. | |
| auto | website_label (const xtd::string &value) -> about_dialog & |
| Sets the product website label. | |
Public Methods | |
| auto | reset () noexcept -> void |
| Resets all properties to empty string. | |
| auto | show () -> void |
| Runs about dialog box. | |
| auto | show (const iwin32_window &owner) -> void |
| Runs about dialog box with specified owner. | |
Public Static Methods | |
| static auto | from_assembly (const xtd::reflection::assembly &assembly) -> about_dialog |
| Create a new xtd::forms::about_dialog from specified assembly. | |
| static auto | from_executing_assembly_informations () -> about_dialog |
| Create a new xtd::forms::about_dialog from executing xtd::reflection::assembly informations. | |
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. | |
Represents an author collection.
Represents an artist collection.
Represents a documenter collection.
Represents a translator collection.
Represents user tab page collection.
| xtd::forms::about_dialog::about_dialog | ( | ) |
Initializes a new instance of the about_dialog class.
|
nodiscardnoexcept |
Gets the artists array.
|
nodiscardnoexcept |
Gets the artists array.
| auto xtd::forms::about_dialog::artists | ( | const artist_collection & | value | ) | -> about_dialog & |
|
nodiscardnoexcept |
Gets the authors array.
|
nodiscardnoexcept |
Gets the authors array.
| auto xtd::forms::about_dialog::authors | ( | const author_collection & | value | ) | -> about_dialog & |
|
nodiscardnoexcept |
Gets the product copyright.
| auto xtd::forms::about_dialog::copyright | ( | const xtd::string & | value | ) | -> about_dialog & |
Sets the product description.
| value | The description copyright. |
|
nodiscardnoexcept |
Gets the product description.
| auto xtd::forms::about_dialog::description | ( | const xtd::string & | value | ) | -> about_dialog & |
Sets the product description.
| value | The product description. |
|
nodiscardnoexcept |
Gets the documentation writers array.
|
nodiscardnoexcept |
Gets the documentation writers array.
| auto xtd::forms::about_dialog::documenters | ( | const documenter_collection & | value | ) | -> about_dialog & |
Sets the documentation writers array.
| value | The documentation writers array. |
|
nodiscardnoexcept |
Gets the dialog appearance.
| auto xtd::forms::about_dialog::dialog_appearance | ( | xtd::forms::dialog_appearance | value | ) | -> about_dialog & |
Sets the dialog appearance.
| value | One of the xtd::forms::dialog_appearance values. The default value is xtd::forms::dialog_appearance::standard. |
|
nodiscardnoexcept |
Gets the product icon.
| auto xtd::forms::about_dialog::icon | ( | const xtd::drawing::icon & | value | ) | -> about_dialog & |
| auto xtd::forms::about_dialog::icon | ( | const xtd::drawing::image & | value | ) | -> about_dialog & |
| auto xtd::forms::about_dialog::icon | ( | const xtd::drawing::bitmap & | value | ) | -> about_dialog & |
|
nodiscardnoexcept |
Gets the product license.
| auto xtd::forms::about_dialog::license | ( | const xtd::string & | value | ) | -> about_dialog & |
Sets the product license.
| value | The product license. |
|
nodiscardnoexcept |
Gets the product long version.
| auto xtd::forms::about_dialog::long_version | ( | const xtd::string & | value | ) | -> about_dialog & |
Sets the product long version.
| value | The version version. |
|
nodiscardnoexcept |
Gets the product name.
| auto xtd::forms::about_dialog::name | ( | const xtd::string & | value | ) | -> about_dialog & |
|
nodiscardnoexcept |
Gets the translators array.
|
nodiscardnoexcept |
Gets the translators array.
| auto xtd::forms::about_dialog::translators | ( | const translator_collection & | value | ) | -> about_dialog & |
Sets the translators array.
| value | The translators array. |
|
nodiscardnoexcept |
Gets the collection of user tab pages in this about box.
|
nodiscardnoexcept |
Gets the collection of user tab pages in this about box.
|
nodiscardnoexcept |
Gets the product version.
| auto xtd::forms::about_dialog::version | ( | const xtd::string & | value | ) | -> about_dialog & |
Sets the product version.
| value | The version version. |
|
nodiscardnoexcept |
Gets the product website.
| auto xtd::forms::about_dialog::website | ( | const xtd::string & | value | ) | -> about_dialog & |
Sets the product website.
| value | The product website. |
|
nodiscardnoexcept |
Gets the product website label.
| auto xtd::forms::about_dialog::website_label | ( | const xtd::string & | value | ) | -> about_dialog & |
Sets the product website label.
| value | The product website label. |
|
noexcept |
Resets all properties to empty string.
| auto xtd::forms::about_dialog::show | ( | ) | -> void |
Runs about dialog box.
| auto xtd::forms::about_dialog::show | ( | const iwin32_window & | owner | ) | -> void |
Runs about dialog box with specified owner.
| owner | The owner of the about box dialog. |
|
staticnodiscard |
Create a new xtd::forms::about_dialog from specified assembly.
| assembly | The xtd::reflection::assembly object containing the information for filling in the dialog. |
|
staticnodiscard |
Create a new xtd::forms::about_dialog from executing xtd::reflection::assembly informations.