xtd 1.0.0
Loading...
Searching...
No Matches
xtd::forms::about_box Class Referencefinal
Inheritance diagram for xtd::forms::about_box:
xtd::static_object

Definition

Represents a dialog box that displays about box.

Header
#include <xtd/forms/about_box>
Namespace
xtd::forms
Library
xtd.forms
Appearance
Windows macOS Gnome
Light
Dark
Examples
The following code example demonstrates the use of about_box dialog.
#include "../resources/gammasoft_64x64.xpm"
#include <xtd/xtd>
class form1 : public form {
public:
form1() {
text("About box example");
controls().add(button1);
button1.location({10, 10});
button1.text("About...");
button1.click += delegate_ {
about_box::show("About box description.", "About box", xtd::drawing::image::from_xpm_data(gammasoft_64x64_xpm), "1.0", "1.0.0", "Copyright (c) 2024 Gammasoft.\nAll rights reserved.", "https://gammasoft71.github.io", "Gammasoft");
};
}
private:
button button1;
};
auto main() -> int {
application::run(form1 {});
}
static auto from_xpm_data(const char *const *bits) -> bitmap
Creates an xtd::drawing::image from the specified data pointer.
static auto show() -> void
Displays an about box.
virtual auto text() const noexcept -> const xtd::string &
Gets the text associated with this control.
virtual auto controls() noexcept -> control_collection &
Gets the collection of controls contained within the control.
Represents a window or dialog box that makes up an application's user interface.
Definition form.hpp:54
#define delegate_
The declaration of a delegate type is similar to a method signature. It has a return value and any nu...
Definition delegate.hpp:1018
@ button1
The first button on the message box is the default button.
Definition message_dialog_default_button.hpp:24

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.

Public Static Methods

static auto show (const xtd::forms::iwin32_window &owner) -> void
 Displays an about box in front of the specified window.
static auto show (const xtd::forms::iwin32_window &owner, const xtd::string &text) -> void
 Displays an about box in front of the specified window. The about box displays a message.
static auto show (const xtd::forms::iwin32_window &owner, const xtd::string &text, const xtd::string &caption) -> void
 Displays an about box in front of the specified window. The about box displays a message and title bar caption.
static auto show (const xtd::forms::iwin32_window &owner, const xtd::string &text, const xtd::string &caption, const xtd::drawing::icon &icon) -> void
 Displays an about box in front of the specified window. The about box displays a message, title bar caption and icon.
static auto show (const xtd::forms::iwin32_window &owner, const xtd::string &text, const xtd::string &caption, const xtd::drawing::icon &icon, const xtd::string &version) -> void
 Displays an about box in front of the specified window. The about box displays a message, title bar caption, icon and version.
static auto show (const xtd::forms::iwin32_window &owner, const xtd::string &text, const xtd::string &caption, const xtd::drawing::icon &icon, const xtd::string &version, const xtd::string &long_version) -> void
 Displays an about box in front of the specified window. The about box displays a message, title bar caption, icon, version and long version.
static auto show (const xtd::forms::iwin32_window &owner, const xtd::string &text, const xtd::string &caption, const xtd::drawing::icon &icon, const xtd::string &version, const xtd::string &long_version, const xtd::string &copyright) -> void
 Displays an about box in front of the specified window. The about box displays a message, title bar caption, icon, version, long version and copyright.
static auto show (const xtd::forms::iwin32_window &owner, const xtd::string &text, const xtd::string &caption, const xtd::drawing::icon &icon, const xtd::string &version, const xtd::string &long_version, const xtd::string &copyright, const xtd::string &website) -> void
 Displays an about box in front of the specified window. The about box displays a message, title bar caption, icon, version, long version, copyright and website.
static auto show (const xtd::forms::iwin32_window &owner, const xtd::string &text, const xtd::string &caption, const xtd::drawing::icon &icon, const xtd::string &version, const xtd::string &long_version, const xtd::string &copyright, const xtd::string &website, const xtd::string &website_label) -> void
 Displays an about box in front of the specified window. The about box displays a message, title bar caption, icon, version, long version, copyright and website with label.
static auto show (const xtd::forms::iwin32_window &owner, const xtd::string &text, const xtd::string &caption, const xtd::drawing::icon &icon, const xtd::string &version, const xtd::string &long_version, const xtd::string &copyright, const xtd::string &website, const xtd::string &website_label, const author_collection &authors) -> void
 Displays an about box in front of the specified window. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label and authors.
static auto show (const xtd::forms::iwin32_window &owner, const xtd::string &text, const xtd::string &caption, const xtd::drawing::icon &icon, const xtd::string &version, const xtd::string &long_version, const xtd::string &copyright, const xtd::string &website, const xtd::string &website_label, const author_collection &authors, const documenter_collection &documenters) -> void
 Displays an about box in front of the specified window. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label, authors and documentation writers.
static auto show (const xtd::forms::iwin32_window &owner, const xtd::string &text, const xtd::string &caption, const xtd::drawing::icon &icon, const xtd::string &version, const xtd::string &long_version, const xtd::string &copyright, const xtd::string &website, const xtd::string &website_label, const author_collection &authors, const documenter_collection &documenters, const translator_collection &translators) -> void
 Displays an about box in front of the specified window. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label, authors, documentation writers and translators.
static auto show (const xtd::forms::iwin32_window &owner, const xtd::string &text, const xtd::string &caption, const xtd::drawing::icon &icon, const xtd::string &version, const xtd::string &long_version, const xtd::string &copyright, const xtd::string &website, const xtd::string &website_label, const author_collection &authors, const documenter_collection &documenters, const translator_collection &translators, const artist_collection &artists) -> void
 Displays an about box in front of the specified window. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label, authors, documentation writers, translators and artists.
static auto show (const xtd::forms::iwin32_window &owner, const xtd::string &text, const xtd::string &caption, const xtd::drawing::icon &icon, const xtd::string &version, const xtd::string &long_version, const xtd::string &copyright, const xtd::string &website, const xtd::string &website_label, const author_collection &authors, const documenter_collection &documenters, const translator_collection &translators, const artist_collection &artists, const xtd::string &license) -> void
 Displays an about box in front of the specified window. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label, authors, documentation writers, translators, artists and license.
static auto show () -> void
 Displays an about box.
static auto show (const xtd::string &text) -> void
 Displays an about box. The about box displays a message.
static auto show (const xtd::string &text, const xtd::string &caption) -> void
 Displays an about box. The about box displays a message and title bar caption.
static auto show (const xtd::string &text, const xtd::string &caption, const xtd::drawing::icon &icon) -> void
 Displays an about box. The about box displays a message, title bar caption and icon.
static auto show (const xtd::string &text, const xtd::string &caption, const xtd::drawing::icon &icon, const xtd::string &version) -> void
 Displays an about box. The about box displays a message, title bar caption, icon and version.
static auto show (const xtd::string &text, const xtd::string &caption, const xtd::drawing::icon &icon, const xtd::string &version, const xtd::string &long_version) -> void
 Displays an about box. The about box displays a message, title bar caption, icon, version and long version.
static auto show (const xtd::string &text, const xtd::string &caption, const xtd::drawing::icon &icon, const xtd::string &version, const xtd::string &long_version, const xtd::string &copyright) -> void
 Displays an about box. The about box displays a message, title bar caption, icon, version, long version and copyright.
static auto show (const xtd::string &text, const xtd::string &caption, const xtd::drawing::icon &icon, const xtd::string &version, const xtd::string &long_version, const xtd::string &copyright, const xtd::string &website) -> void
 Displays an about box. The about box displays a message, title bar caption, icon, version, long version, copyright and website.
static auto show (const xtd::string &text, const xtd::string &caption, const xtd::drawing::icon &icon, const xtd::string &version, const xtd::string &long_version, const xtd::string &copyright, const xtd::string &website, const xtd::string &website_label) -> void
 Displays an about box. The about box displays a message, title bar caption, icon, version, long version, copyright and website with label.
static auto show (const xtd::string &text, const xtd::string &caption, const xtd::drawing::icon &icon, const xtd::string &version, const xtd::string &long_version, const xtd::string &copyright, const xtd::string &website, const xtd::string &website_label, const author_collection &authors) -> void
 Displays an about box. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label and authors.
static auto show (const xtd::string &text, const xtd::string &caption, const xtd::drawing::icon &icon, const xtd::string &version, const xtd::string &long_version, const xtd::string &copyright, const xtd::string &website, const xtd::string &website_label, const author_collection &authors, const documenter_collection &documenters) -> void
 Displays an about box. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label, authors and documentation writers.
static auto show (const xtd::string &text, const xtd::string &caption, const xtd::drawing::icon &icon, const xtd::string &version, const xtd::string &long_version, const xtd::string &copyright, const xtd::string &website, const xtd::string &website_label, const author_collection &authors, const documenter_collection &documenters, const translator_collection &translators) -> void
 Displays an about box. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label, authors, documentation writers and translators.
static auto show (const xtd::string &text, const xtd::string &caption, const xtd::drawing::icon &icon, const xtd::string &version, const xtd::string &long_version, const xtd::string &copyright, const xtd::string &website, const xtd::string &website_label, const author_collection &authors, const documenter_collection &documenters, const translator_collection &translators, const artist_collection &artists) -> void
 Displays an about box. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label, authors, documentation writers, translators and artists.
static auto show (const xtd::string &text, const xtd::string &caption, const xtd::drawing::icon &icon, const xtd::string &version, const xtd::string &long_version, const xtd::string &copyright, const xtd::string &website, const xtd::string &website_label, const author_collection &authors, const documenter_collection &documenters, const translator_collection &translators, const artist_collection &artists, const xtd::string &license) -> void
 Displays an about box. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label, authors, documentation writers, translators, artists and license.
static auto show (const xtd::string &text, const xtd::string &caption, const xtd::drawing::bitmap &icon) -> void
 Displays an about box. The about box displays a message, title bar caption and icon.
static auto show (const xtd::string &text, const xtd::string &caption, const xtd::drawing::bitmap &icon, const xtd::string &version) -> void
 Displays an about box. The about box displays a message, title bar caption, icon and version.
static auto show (const xtd::string &text, const xtd::string &caption, const xtd::drawing::bitmap &icon, const xtd::string &version, const xtd::string &long_version) -> void
 Displays an about box. The about box displays a message, title bar caption, icon, version and long version.
static auto show (const xtd::string &text, const xtd::string &caption, const xtd::drawing::bitmap &icon, const xtd::string &version, const xtd::string &long_version, const xtd::string &copyright) -> void
 Displays an about box. The about box displays a message, title bar caption, icon, version, long version and copyright.
static auto show (const xtd::string &text, const xtd::string &caption, const xtd::drawing::bitmap &icon, const xtd::string &version, const xtd::string &long_version, const xtd::string &copyright, const xtd::string &website) -> void
 Displays an about box. The about box displays a message, title bar caption, icon, version, long version, copyright and website.
static auto show (const xtd::string &text, const xtd::string &caption, const xtd::drawing::bitmap &icon, const xtd::string &version, const xtd::string &long_version, const xtd::string &copyright, const xtd::string &website, const xtd::string &website_label) -> void
 Displays an about box. The about box displays a message, title bar caption, icon, version, long version, copyright and website with label.
static auto show (const xtd::string &text, const xtd::string &caption, const xtd::drawing::bitmap &icon, const xtd::string &version, const xtd::string &long_version, const xtd::string &copyright, const xtd::string &website, const xtd::string &website_label, const author_collection &authors) -> void
 Displays an about box. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label and authors.
static auto show (const xtd::string &text, const xtd::string &caption, const xtd::drawing::bitmap &icon, const xtd::string &version, const xtd::string &long_version, const xtd::string &copyright, const xtd::string &website, const xtd::string &website_label, const author_collection &authors, const documenter_collection &documenters) -> void
 Displays an about box. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label, authors and documentation writers.
static auto show (const xtd::string &text, const xtd::string &caption, const xtd::drawing::bitmap &icon, const xtd::string &version, const xtd::string &long_version, const xtd::string &copyright, const xtd::string &website, const xtd::string &website_label, const author_collection &authors, const documenter_collection &documenters, const translator_collection &translators) -> void
 Displays an about box. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label, authors, documentation writers and translators.
static auto show (const xtd::string &text, const xtd::string &caption, const xtd::drawing::bitmap &icon, const xtd::string &version, const xtd::string &long_version, const xtd::string &copyright, const xtd::string &website, const xtd::string &website_label, const author_collection &authors, const documenter_collection &documenters, const translator_collection &translators, const artist_collection &artists) -> void
 Displays an about box. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label, authors, documentation writers, translators and artists.
static auto show (const xtd::string &text, const xtd::string &caption, const xtd::drawing::bitmap &icon, const xtd::string &version, const xtd::string &long_version, const xtd::string &copyright, const xtd::string &website, const xtd::string &website_label, const author_collection &authors, const documenter_collection &documenters, const translator_collection &translators, const artist_collection &artists, const xtd::string &license) -> void
 Displays an about box. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label, authors, documentation writers, translators, artists and license.

Member Typedef Documentation

◆ author_collection

Represents an author collection.

◆ artist_collection

Represents an artist collection.

◆ documenter_collection

Represents a documenter collection.

◆ translator_collection

Represents a translator collection.

Member Function Documentation

◆ show() [1/39]

auto xtd::forms::about_box::show ( const xtd::forms::iwin32_window & owner) -> void
static

Displays an about box in front of the specified window.

Parameters
ownerA xtd::forms::iwin32_window that represents the owner window of the about box.

◆ show() [2/39]

auto xtd::forms::about_box::show ( const xtd::forms::iwin32_window & owner,
const xtd::string & text ) -> void
static

Displays an about box in front of the specified window. The about box displays a message.

Parameters
ownerA xtd::forms::iwin32_window that represents the owner window of the about box.
textA string that specifies the text to display.

◆ show() [3/39]

auto xtd::forms::about_box::show ( const xtd::forms::iwin32_window & owner,
const xtd::string & text,
const xtd::string & caption ) -> void
static

Displays an about box in front of the specified window. The about box displays a message and title bar caption.

Parameters
ownerA xtd::forms::iwin32_window that represents the owner window of the about box.
textA string that specifies the text to display.
captionA string that specifies the title bar caption to display.

◆ show() [4/39]

auto xtd::forms::about_box::show ( const xtd::forms::iwin32_window & owner,
const xtd::string & text,
const xtd::string & caption,
const xtd::drawing::icon & icon ) -> void
static

Displays an about box in front of the specified window. The about box displays a message, title bar caption and icon.

Parameters
ownerA xtd::forms::iwin32_window that represents the owner window of the about box.
textA string that specifies the text to display.
captionA string that specifies the title bar caption to display.
iconAn icon value that specifies the icon to display.

◆ show() [5/39]

auto xtd::forms::about_box::show ( const xtd::forms::iwin32_window & owner,
const xtd::string & text,
const xtd::string & caption,
const xtd::drawing::icon & icon,
const xtd::string & version ) -> void
static

Displays an about box in front of the specified window. The about box displays a message, title bar caption, icon and version.

Parameters
ownerA xtd::forms::iwin32_window that represents the owner window of the about box.
textA string that specifies the text to display.
captionA string that specifies the title bar caption to display.
iconAn icon value that specifies the icon to display.
versionA string that specifies the version to display.

◆ show() [6/39]

auto xtd::forms::about_box::show ( const xtd::forms::iwin32_window & owner,
const xtd::string & text,
const xtd::string & caption,
const xtd::drawing::icon & icon,
const xtd::string & version,
const xtd::string & long_version ) -> void
static

Displays an about box in front of the specified window. The about box displays a message, title bar caption, icon, version and long version.

Parameters
ownerA xtd::forms::iwin32_window that represents the owner window of the about box.
textA string that specifies the text to display.
captionA string that specifies the title bar caption to display.
iconAn icon value that specifies the icon to display.
versionA string that specifies the version to display.
long_versionA string that specifies the long version to display.

◆ show() [7/39]

auto xtd::forms::about_box::show ( const xtd::forms::iwin32_window & owner,
const xtd::string & text,
const xtd::string & caption,
const xtd::drawing::icon & icon,
const xtd::string & version,
const xtd::string & long_version,
const xtd::string & copyright ) -> void
static

Displays an about box in front of the specified window. The about box displays a message, title bar caption, icon, version, long version and copyright.

Parameters
ownerA xtd::forms::iwin32_window that represents the owner window of the about box.
textA string that specifies the text to display.
captionA string that specifies the title bar caption to display.
iconAn icon value that specifies the icon to display.
versionA string that specifies the version to display.
long_versionA string that specifies the long version to display.
copyrightA string that specifies the copyright to display.

◆ show() [8/39]

auto xtd::forms::about_box::show ( const xtd::forms::iwin32_window & owner,
const xtd::string & text,
const xtd::string & caption,
const xtd::drawing::icon & icon,
const xtd::string & version,
const xtd::string & long_version,
const xtd::string & copyright,
const xtd::string & website ) -> void
static

Displays an about box in front of the specified window. The about box displays a message, title bar caption, icon, version, long version, copyright and website.

Parameters
ownerA xtd::forms::iwin32_window that represents the owner window of the about box.
textA string that specifies the text to display.
captionA string that specifies the title bar caption to display.
iconAn icon value that specifies the icon to display.
versionA string that specifies the version to display.
long_versionA string that specifies the long version to display.
copyrightA string that specifies the copyright to display.
websiteA string that specifies the website url.

◆ show() [9/39]

auto xtd::forms::about_box::show ( const xtd::forms::iwin32_window & owner,
const xtd::string & text,
const xtd::string & caption,
const xtd::drawing::icon & icon,
const xtd::string & version,
const xtd::string & long_version,
const xtd::string & copyright,
const xtd::string & website,
const xtd::string & website_label ) -> void
static

Displays an about box in front of the specified window. The about box displays a message, title bar caption, icon, version, long version, copyright and website with label.

Parameters
ownerA xtd::forms::iwin32_window that represents the owner window of the about box.
textA string that specifies the text to display.
captionA string that specifies the title bar caption to display.
iconAn icon value that specifies the icon to display.
versionA string that specifies the version to display.
long_versionA string that specifies the long version to display.
copyrightA string that specifies the copyright to display.
websiteA string that specifies the website url.
website_labelA string that specifies the website label to display.

◆ show() [10/39]

auto xtd::forms::about_box::show ( const xtd::forms::iwin32_window & owner,
const xtd::string & text,
const xtd::string & caption,
const xtd::drawing::icon & icon,
const xtd::string & version,
const xtd::string & long_version,
const xtd::string & copyright,
const xtd::string & website,
const xtd::string & website_label,
const author_collection & authors ) -> void
static

Displays an about box in front of the specified window. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label and authors.

Parameters
ownerA xtd::forms::iwin32_window that represents the owner window of the about box.
textA string that specifies the text to display.
captionA string that specifies the title bar caption to display.
iconAn icon value that specifies the icon to display.
versionA string that specifies the version to display.
long_versionA string that specifies the long version to display.
copyrightA string that specifies the copyright to display.
websiteA string that specifies the website url.
website_labelA string that specifies the website label to display.
authorsA authors_collection that specifies the authors collection.

◆ show() [11/39]

auto xtd::forms::about_box::show ( const xtd::forms::iwin32_window & owner,
const xtd::string & text,
const xtd::string & caption,
const xtd::drawing::icon & icon,
const xtd::string & version,
const xtd::string & long_version,
const xtd::string & copyright,
const xtd::string & website,
const xtd::string & website_label,
const author_collection & authors,
const documenter_collection & documenters ) -> void
static

Displays an about box in front of the specified window. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label, authors and documentation writers.

Parameters
ownerA xtd::forms::iwin32_window that represents the owner window of the about box.
textA string that specifies the text to display.
captionA string that specifies the title bar caption to display.
iconAn icon value that specifies the icon to display.
versionA string that specifies the version to display.
long_versionA string that specifies the long version to display.
copyrightA string that specifies the copyright to display.
websiteA string that specifies the website url.
website_labelA string that specifies the website label to display.
authorsA authors_collection that specifies the authors collection.
documentersA documenters_collection that specifies the documentation writers collection.

◆ show() [12/39]

auto xtd::forms::about_box::show ( const xtd::forms::iwin32_window & owner,
const xtd::string & text,
const xtd::string & caption,
const xtd::drawing::icon & icon,
const xtd::string & version,
const xtd::string & long_version,
const xtd::string & copyright,
const xtd::string & website,
const xtd::string & website_label,
const author_collection & authors,
const documenter_collection & documenters,
const translator_collection & translators ) -> void
static

Displays an about box in front of the specified window. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label, authors, documentation writers and translators.

Parameters
ownerA xtd::forms::iwin32_window that represents the owner window of the about box.
textA string that specifies the text to display.
captionA string that specifies the title bar caption to display.
iconAn icon value that specifies the icon to display.
versionA string that specifies the version to display.
long_versionA string that specifies the long version to display.
copyrightA string that specifies the copyright to display.
websiteA string that specifies the website url.
website_labelA string that specifies the website label to display.
authorsA authors_collection that specifies the authors collection.
documentersA documenters_collection that specifies the documentation writers collection.
translatorsA translators_collection that specifies the translators collection.

◆ show() [13/39]

auto xtd::forms::about_box::show ( const xtd::forms::iwin32_window & owner,
const xtd::string & text,
const xtd::string & caption,
const xtd::drawing::icon & icon,
const xtd::string & version,
const xtd::string & long_version,
const xtd::string & copyright,
const xtd::string & website,
const xtd::string & website_label,
const author_collection & authors,
const documenter_collection & documenters,
const translator_collection & translators,
const artist_collection & artists ) -> void
static

Displays an about box in front of the specified window. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label, authors, documentation writers, translators and artists.

Parameters
ownerA xtd::forms::iwin32_window that represents the owner window of the about box.
textA string that specifies the text to display.
captionA string that specifies the title bar caption to display.
iconAn icon value that specifies the icon to display.
versionA string that specifies the version to display.
long_versionA string that specifies the long version to display.
copyrightA string that specifies the copyright to display.
websiteA string that specifies the website url.
website_labelA string that specifies the website label to display.
authorsA authors_collection that specifies the authors collection.
documentersA documenters_collection that specifies the documentation writers collection.
translatorsA translators_collection that specifies the translators collection.
artistsA artists_collection that specifies the designers collection.

◆ show() [14/39]

auto xtd::forms::about_box::show ( const xtd::forms::iwin32_window & owner,
const xtd::string & text,
const xtd::string & caption,
const xtd::drawing::icon & icon,
const xtd::string & version,
const xtd::string & long_version,
const xtd::string & copyright,
const xtd::string & website,
const xtd::string & website_label,
const author_collection & authors,
const documenter_collection & documenters,
const translator_collection & translators,
const artist_collection & artists,
const xtd::string & license ) -> void
static

Displays an about box in front of the specified window. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label, authors, documentation writers, translators, artists and license.

Parameters
ownerA xtd::forms::iwin32_window that represents the owner window of the about box.
textA string that specifies the text to display.
captionA string that specifies the title bar caption to display.
iconAn icon value that specifies the icon to display.
versionA string that specifies the version to display.
long_versionA string that specifies the long version to display.
copyrightA string that specifies the copyright to display.
websiteA string that specifies the website url.
website_labelA string that specifies the website label to display.
authorsA authors_collection that specifies the authors collection.
documentersA documenters_collection that specifies the documentation writers collection.
translatorsA translators_collection that specifies the translators collection.
artistsA artists_collection that specifies the designers collection.
licenseA string that specifies the license text to display.

◆ show() [15/39]

auto xtd::forms::about_box::show ( ) -> void
static

Displays an about box.

◆ show() [16/39]

auto xtd::forms::about_box::show ( const xtd::string & text) -> void
static

Displays an about box. The about box displays a message.

Parameters
textA string that specifies the text to display.

◆ show() [17/39]

auto xtd::forms::about_box::show ( const xtd::string & text,
const xtd::string & caption ) -> void
static

Displays an about box. The about box displays a message and title bar caption.

Parameters
textA string that specifies the text to display.
captionA string that specifies the title bar caption to display.

◆ show() [18/39]

auto xtd::forms::about_box::show ( const xtd::string & text,
const xtd::string & caption,
const xtd::drawing::icon & icon ) -> void
static

Displays an about box. The about box displays a message, title bar caption and icon.

Parameters
textA string that specifies the text to display.
captionA string that specifies the title bar caption to display.
iconAn icon value that specifies the icon to display.

◆ show() [19/39]

auto xtd::forms::about_box::show ( const xtd::string & text,
const xtd::string & caption,
const xtd::drawing::icon & icon,
const xtd::string & version ) -> void
static

Displays an about box. The about box displays a message, title bar caption, icon and version.

Parameters
textA string that specifies the text to display.
captionA string that specifies the title bar caption to display.
iconAn icon value that specifies the icon to display.
versionA string that specifies the version to display.

◆ show() [20/39]

auto xtd::forms::about_box::show ( const xtd::string & text,
const xtd::string & caption,
const xtd::drawing::icon & icon,
const xtd::string & version,
const xtd::string & long_version ) -> void
static

Displays an about box. The about box displays a message, title bar caption, icon, version and long version.

Parameters
textA string that specifies the text to display.
captionA string that specifies the title bar caption to display.
iconAn icon value that specifies the icon to display.
versionA string that specifies the version to display.
long_versionA string that specifies the long version to display.

◆ show() [21/39]

auto xtd::forms::about_box::show ( const xtd::string & text,
const xtd::string & caption,
const xtd::drawing::icon & icon,
const xtd::string & version,
const xtd::string & long_version,
const xtd::string & copyright ) -> void
static

Displays an about box. The about box displays a message, title bar caption, icon, version, long version and copyright.

Parameters
textA string that specifies the text to display.
captionA string that specifies the title bar caption to display.
iconAn icon value that specifies the icon to display.
versionA string that specifies the version to display.
long_versionA string that specifies the long version to display.
copyrightA string that specifies the copyright to display.

◆ show() [22/39]

auto xtd::forms::about_box::show ( const xtd::string & text,
const xtd::string & caption,
const xtd::drawing::icon & icon,
const xtd::string & version,
const xtd::string & long_version,
const xtd::string & copyright,
const xtd::string & website ) -> void
static

Displays an about box. The about box displays a message, title bar caption, icon, version, long version, copyright and website.

Parameters
textA string that specifies the text to display.
captionA string that specifies the title bar caption to display.
iconAn icon value that specifies the icon to display.
versionA string that specifies the version to display.
long_versionA string that specifies the long version to display.
copyrightA string that specifies the copyright to display.
websiteA string that specifies the website url.

◆ show() [23/39]

auto xtd::forms::about_box::show ( const xtd::string & text,
const xtd::string & caption,
const xtd::drawing::icon & icon,
const xtd::string & version,
const xtd::string & long_version,
const xtd::string & copyright,
const xtd::string & website,
const xtd::string & website_label ) -> void
static

Displays an about box. The about box displays a message, title bar caption, icon, version, long version, copyright and website with label.

Parameters
textA string that specifies the text to display.
captionA string that specifies the title bar caption to display.
iconAn icon value that specifies the icon to display.
versionA string that specifies the version to display.
long_versionA string that specifies the long version to display.
copyrightA string that specifies the copyright to display.
websiteA string that specifies the website url.
website_labelA string that specifies the website label to display.

◆ show() [24/39]

auto xtd::forms::about_box::show ( const xtd::string & text,
const xtd::string & caption,
const xtd::drawing::icon & icon,
const xtd::string & version,
const xtd::string & long_version,
const xtd::string & copyright,
const xtd::string & website,
const xtd::string & website_label,
const author_collection & authors ) -> void
static

Displays an about box. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label and authors.

Parameters
textA string that specifies the text to display.
captionA string that specifies the title bar caption to display.
iconAn icon value that specifies the icon to display.
versionA string that specifies the version to display.
long_versionA string that specifies the long version to display.
copyrightA string that specifies the copyright to display.
websiteA string that specifies the website url.
website_labelA string that specifies the website label to display.
authorsA authors_collection that specifies the authors collection.

◆ show() [25/39]

auto xtd::forms::about_box::show ( const xtd::string & text,
const xtd::string & caption,
const xtd::drawing::icon & icon,
const xtd::string & version,
const xtd::string & long_version,
const xtd::string & copyright,
const xtd::string & website,
const xtd::string & website_label,
const author_collection & authors,
const documenter_collection & documenters ) -> void
static

Displays an about box. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label, authors and documentation writers.

Parameters
textA string that specifies the text to display.
captionA string that specifies the title bar caption to display.
iconAn icon value that specifies the icon to display.
versionA string that specifies the version to display.
long_versionA string that specifies the long version to display.
copyrightA string that specifies the copyright to display.
websiteA string that specifies the website url.
website_labelA string that specifies the website label to display.
authorsA authors_collection that specifies the authors collection.
documentersA documenters_collection that specifies the documentation writers collection.

◆ show() [26/39]

auto xtd::forms::about_box::show ( const xtd::string & text,
const xtd::string & caption,
const xtd::drawing::icon & icon,
const xtd::string & version,
const xtd::string & long_version,
const xtd::string & copyright,
const xtd::string & website,
const xtd::string & website_label,
const author_collection & authors,
const documenter_collection & documenters,
const translator_collection & translators ) -> void
static

Displays an about box. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label, authors, documentation writers and translators.

Parameters
textA string that specifies the text to display.
captionA string that specifies the title bar caption to display.
iconAn icon value that specifies the icon to display.
versionA string that specifies the version to display.
long_versionA string that specifies the long version to display.
copyrightA string that specifies the copyright to display.
websiteA string that specifies the website url.
website_labelA string that specifies the website label to display.
authorsA authors_collection that specifies the authors collection.
documentersA documenters_collection that specifies the documentation writers collection.
translatorsA translators_collection that specifies the translators collection.

◆ show() [27/39]

auto xtd::forms::about_box::show ( const xtd::string & text,
const xtd::string & caption,
const xtd::drawing::icon & icon,
const xtd::string & version,
const xtd::string & long_version,
const xtd::string & copyright,
const xtd::string & website,
const xtd::string & website_label,
const author_collection & authors,
const documenter_collection & documenters,
const translator_collection & translators,
const artist_collection & artists ) -> void
static

Displays an about box. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label, authors, documentation writers, translators and artists.

Parameters
textA string that specifies the text to display.
captionA string that specifies the title bar caption to display.
iconAn icon value that specifies the icon to display.
versionA string that specifies the version to display.
long_versionA string that specifies the long version to display.
copyrightA string that specifies the copyright to display.
websiteA string that specifies the website url.
website_labelA string that specifies the website label to display.
authorsA authors_collection that specifies the authors collection.
documentersA documenters_collection that specifies the documentation writers collection.
translatorsA translators_collection that specifies the translators collection.
artistsA artists_collection that specifies the designers collection.

◆ show() [28/39]

auto xtd::forms::about_box::show ( const xtd::string & text,
const xtd::string & caption,
const xtd::drawing::icon & icon,
const xtd::string & version,
const xtd::string & long_version,
const xtd::string & copyright,
const xtd::string & website,
const xtd::string & website_label,
const author_collection & authors,
const documenter_collection & documenters,
const translator_collection & translators,
const artist_collection & artists,
const xtd::string & license ) -> void
static

Displays an about box. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label, authors, documentation writers, translators, artists and license.

Parameters
textA string that specifies the text to display.
captionA string that specifies the title bar caption to display.
iconAn icon value that specifies the icon to display.
versionA string that specifies the version to display.
long_versionA string that specifies the long version to display.
copyrightA string that specifies the copyright to display.
websiteA string that specifies the website url.
website_labelA string that specifies the website label to display.
authorsA authors_collection that specifies the authors collection.
documentersA documenters_collection that specifies the documentation writers collection.
translatorsA translators_collection that specifies the translators collection.
artistsA artists_collection that specifies the designers collection.
licenseA string that specifies the license text to display.

◆ show() [29/39]

auto xtd::forms::about_box::show ( const xtd::string & text,
const xtd::string & caption,
const xtd::drawing::bitmap & icon ) -> void
static

Displays an about box. The about box displays a message, title bar caption and icon.

Parameters
textA string that specifies the text to display.
captionA string that specifies the title bar caption to display.
iconAn icon value that specifies the icon to display.

◆ show() [30/39]

auto xtd::forms::about_box::show ( const xtd::string & text,
const xtd::string & caption,
const xtd::drawing::bitmap & icon,
const xtd::string & version ) -> void
static

Displays an about box. The about box displays a message, title bar caption, icon and version.

Parameters
textA string that specifies the text to display.
captionA string that specifies the title bar caption to display.
iconAn icon value that specifies the icon to display.
versionA string that specifies the version to display.

◆ show() [31/39]

auto xtd::forms::about_box::show ( const xtd::string & text,
const xtd::string & caption,
const xtd::drawing::bitmap & icon,
const xtd::string & version,
const xtd::string & long_version ) -> void
static

Displays an about box. The about box displays a message, title bar caption, icon, version and long version.

Parameters
textA string that specifies the text to display.
captionA string that specifies the title bar caption to display.
iconAn icon value that specifies the icon to display.
versionA string that specifies the version to display.
long_versionA string that specifies the long version to display.

◆ show() [32/39]

auto xtd::forms::about_box::show ( const xtd::string & text,
const xtd::string & caption,
const xtd::drawing::bitmap & icon,
const xtd::string & version,
const xtd::string & long_version,
const xtd::string & copyright ) -> void
static

Displays an about box. The about box displays a message, title bar caption, icon, version, long version and copyright.

Parameters
textA string that specifies the text to display.
captionA string that specifies the title bar caption to display.
iconAn icon value that specifies the icon to display.
versionA string that specifies the version to display.
long_versionA string that specifies the long version to display.
copyrightA string that specifies the copyright to display.

◆ show() [33/39]

auto xtd::forms::about_box::show ( const xtd::string & text,
const xtd::string & caption,
const xtd::drawing::bitmap & icon,
const xtd::string & version,
const xtd::string & long_version,
const xtd::string & copyright,
const xtd::string & website ) -> void
static

Displays an about box. The about box displays a message, title bar caption, icon, version, long version, copyright and website.

Parameters
textA string that specifies the text to display.
captionA string that specifies the title bar caption to display.
iconAn icon value that specifies the icon to display.
versionA string that specifies the version to display.
long_versionA string that specifies the long version to display.
copyrightA string that specifies the copyright to display.
websiteA string that specifies the website url.

◆ show() [34/39]

auto xtd::forms::about_box::show ( const xtd::string & text,
const xtd::string & caption,
const xtd::drawing::bitmap & icon,
const xtd::string & version,
const xtd::string & long_version,
const xtd::string & copyright,
const xtd::string & website,
const xtd::string & website_label ) -> void
static

Displays an about box. The about box displays a message, title bar caption, icon, version, long version, copyright and website with label.

Parameters
textA string that specifies the text to display.
captionA string that specifies the title bar caption to display.
iconAn icon value that specifies the icon to display.
versionA string that specifies the version to display.
long_versionA string that specifies the long version to display.
copyrightA string that specifies the copyright to display.
websiteA string that specifies the website url.
website_labelA string that specifies the website label to display.

◆ show() [35/39]

auto xtd::forms::about_box::show ( const xtd::string & text,
const xtd::string & caption,
const xtd::drawing::bitmap & icon,
const xtd::string & version,
const xtd::string & long_version,
const xtd::string & copyright,
const xtd::string & website,
const xtd::string & website_label,
const author_collection & authors ) -> void
static

Displays an about box. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label and authors.

Parameters
textA string that specifies the text to display.
captionA string that specifies the title bar caption to display.
iconAn icon value that specifies the icon to display.
versionA string that specifies the version to display.
long_versionA string that specifies the long version to display.
copyrightA string that specifies the copyright to display.
websiteA string that specifies the website url.
website_labelA string that specifies the website label to display.
authorsA authors_collection that specifies the authors collection.

◆ show() [36/39]

auto xtd::forms::about_box::show ( const xtd::string & text,
const xtd::string & caption,
const xtd::drawing::bitmap & icon,
const xtd::string & version,
const xtd::string & long_version,
const xtd::string & copyright,
const xtd::string & website,
const xtd::string & website_label,
const author_collection & authors,
const documenter_collection & documenters ) -> void
static

Displays an about box. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label, authors and documentation writers.

Parameters
textA string that specifies the text to display.
captionA string that specifies the title bar caption to display.
iconAn icon value that specifies the icon to display.
versionA string that specifies the version to display.
long_versionA string that specifies the long version to display.
copyrightA string that specifies the copyright to display.
websiteA string that specifies the website url.
website_labelA string that specifies the website label to display.
authorsA authors_collection that specifies the authors collection.
documentersA documenters_collection that specifies the documentation writers collection.

◆ show() [37/39]

auto xtd::forms::about_box::show ( const xtd::string & text,
const xtd::string & caption,
const xtd::drawing::bitmap & icon,
const xtd::string & version,
const xtd::string & long_version,
const xtd::string & copyright,
const xtd::string & website,
const xtd::string & website_label,
const author_collection & authors,
const documenter_collection & documenters,
const translator_collection & translators ) -> void
static

Displays an about box. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label, authors, documentation writers and translators.

Parameters
textA string that specifies the text to display.
captionA string that specifies the title bar caption to display.
iconAn icon value that specifies the icon to display.
versionA string that specifies the version to display.
long_versionA string that specifies the long version to display.
copyrightA string that specifies the copyright to display.
websiteA string that specifies the website url.
website_labelA string that specifies the website label to display.
authorsA authors_collection that specifies the authors collection.
documentersA documenters_collection that specifies the documentation writers collection.
translatorsA translators_collection that specifies the translators collection.

◆ show() [38/39]

auto xtd::forms::about_box::show ( const xtd::string & text,
const xtd::string & caption,
const xtd::drawing::bitmap & icon,
const xtd::string & version,
const xtd::string & long_version,
const xtd::string & copyright,
const xtd::string & website,
const xtd::string & website_label,
const author_collection & authors,
const documenter_collection & documenters,
const translator_collection & translators,
const artist_collection & artists ) -> void
static

Displays an about box. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label, authors, documentation writers, translators and artists.

Parameters
textA string that specifies the text to display.
captionA string that specifies the title bar caption to display.
iconAn icon value that specifies the icon to display.
versionA string that specifies the version to display.
long_versionA string that specifies the long version to display.
copyrightA string that specifies the copyright to display.
websiteA string that specifies the website url.
website_labelA string that specifies the website label to display.
authorsA authors_collection that specifies the authors collection.
documentersA documenters_collection that specifies the documentation writers collection.
translatorsA translators_collection that specifies the translators collection.
artistsA artists_collection that specifies the designers collection.

◆ show() [39/39]

auto xtd::forms::about_box::show ( const xtd::string & text,
const xtd::string & caption,
const xtd::drawing::bitmap & icon,
const xtd::string & version,
const xtd::string & long_version,
const xtd::string & copyright,
const xtd::string & website,
const xtd::string & website_label,
const author_collection & authors,
const documenter_collection & documenters,
const translator_collection & translators,
const artist_collection & artists,
const xtd::string & license ) -> void
static

Displays an about box. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label, authors, documentation writers, translators, artists and license.

Parameters
textA string that specifies the text to display.
captionA string that specifies the title bar caption to display.
iconAn icon value that specifies the icon to display.
versionA string that specifies the version to display.
long_versionA string that specifies the long version to display.
copyrightA string that specifies the copyright to display.
websiteA string that specifies the website url.
website_labelA string that specifies the website label to display.
authorsA authors_collection that specifies the authors collection.
documentersA documenters_collection that specifies the documentation writers collection.
translatorsA translators_collection that specifies the translators collection.
artistsA artists_collection that specifies the designers collection.
licenseA string that specifies the license text to display.

The documentation for this class was generated from the following file: