Contains about dialog native API.
- Namespace
- xtd::forms::native
- Library
- xtd.forms.native
- Warning
- Internal use only
|
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 ©right, 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.
|
|
◆ 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
-
hwnd | Window handle. |
icon | An icon value that specifies the icon to display. |
name | A string that specifies the title bar caption to display. |
description | A string that specifies the text to display. |
version | A string that specifies the version to display. |
long_version | A string that specifies the long version to display. |
copyright | A string that specifies the copyright to display. |
website | A string that specifies the website url. |
website_label | A string that specifies the website label to display. |
creators | A creators_collection that specifies the creators collection. |
doc_writers | A doc_writers_collection that specifies the documentation writers collection. |
translators | A translators_collection that specifies the translators collection. |
designers | A designers_collection that specifies the designers collection. |
license | A string that specifies the license text to display. |
- Warning
- Internal use only
The documentation for this class was generated from the following file: