xtd 0.2.0
Loading...
Searching...
No Matches
xtd::forms::native::about_dialog Class Referencefinal
Inheritance diagram for xtd::forms::native::about_dialog:
xtd::static_object

Definition

Contains about dialog native API.

Namespace
xtd::forms::native
Library
xtd.forms.native
Warning
Internal use only

Protected Static Methods

static void show (intptr hwnd, const xtd::drawing::icon &icon, const xtd::string &name, const xtd::string &description, const xtd::string &version, const xtd::string &long_version, const xtd::string &copyright, const xtd::string &website, const xtd::string &website_label, const std::vector< xtd::string > &creators, const std::vector< xtd::string > &designers, const std::vector< xtd::string > &doc_writers, const std::vector< xtd::string > &translators, const xtd::string &license)
 Shows about dialog.
 

Member Function Documentation

◆ show()

static void xtd::forms::native::about_dialog::show ( intptr  hwnd,
const xtd::drawing::icon icon,
const xtd::string name,
const xtd::string description,
const xtd::string version,
const xtd::string long_version,
const xtd::string copyright,
const xtd::string website,
const xtd::string website_label,
const std::vector< xtd::string > &  creators,
const std::vector< xtd::string > &  designers,
const std::vector< xtd::string > &  doc_writers,
const std::vector< xtd::string > &  translators,
const xtd::string license 
)
staticprotected

Shows about dialog.

Parameters
hwndWindow handle.
iconAn icon value that specifies the icon to display.
nameA string that specifies the title bar caption to display.
descriptionA string that specifies the text 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.
creatorsA creators_collection that specifies the creators collection.
doc_writersA doc_writers_collection that specifies the documentation writers collection.
translatorsA translators_collection that specifies the translators collection.
designersA designers_collection that specifies the designers collection.
licenseA string that specifies the license text to display.
Warning
Internal use only

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