Represents a dialog box that displays about box.
| Windows | macOS | Gnome | |
|---|---|---|---|
| Light |   
 |   
 |   
 | 
| Dark |   
 |   
 |   
 | 
Public Aliases | |
| using | author_collection = xtd::forms::about_dialog::author_collection | 
| Represents an author collection.   | |
| using | artist_collection = xtd::forms::about_dialog::artist_collection | 
| Represents an artist collection.   | |
| using | documenter_collection = xtd::forms::about_dialog::documenter_collection | 
| Represents a documenter collection.   | |
| using | translator_collection = xtd::forms::about_dialog::translator_collection | 
| Represents a translator collection.   | |
Public Static Methods | |
| static void | show (const iwin32_window &owner) | 
| Displays an about box in front of the specified window.   | |
| static void | show (const iwin32_window &owner, const xtd::string &text) | 
| Displays an about box in front of the specified window. The about box displays a message.   | |
| static void | show (const iwin32_window &owner, const xtd::string &text, const xtd::string &caption) | 
| Displays an about box in front of the specified window. The about box displays a message and title bar caption.   | |
| static void | show (const iwin32_window &owner, const xtd::string &text, const xtd::string &caption, const xtd::drawing::icon &icon) | 
| Displays an about box in front of the specified window. The about box displays a message, title bar caption and icon.   | |
| static void | show (const iwin32_window &owner, const xtd::string &text, const xtd::string &caption, const xtd::drawing::icon &icon, const xtd::string &version) | 
| Displays an about box in front of the specified window. The about box displays a message, title bar caption, icon and version.   | |
| static void | show (const 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) | 
| 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 void | show (const 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 ©right) | 
| 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 void | show (const 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 ©right, const xtd::string &website) | 
| 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 void | show (const 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 ©right, const xtd::string &website, const xtd::string &website_label) | 
| 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 void | show (const 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 ©right, const xtd::string &website, const xtd::string &website_label, const author_collection &authors) | 
| 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 void | show (const 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 ©right, const xtd::string &website, const xtd::string &website_label, const author_collection &authors, const documenter_collection &documenters) | 
| 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 void | show (const 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 ©right, const xtd::string &website, const xtd::string &website_label, const author_collection &authors, const documenter_collection &documenters, const translator_collection &translators) | 
| 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 void | show (const 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 ©right, 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) | 
| 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 void | show (const 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 ©right, 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) | 
| 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 void | show () | 
| Displays an about box.   | |
| static void | show (const xtd::string &text) | 
| Displays an about box. The about box displays a message.   | |
| static void | show (const xtd::string &text, const xtd::string &caption) | 
| Displays an about box. The about box displays a message and title bar caption.   | |
| static void | show (const xtd::string &text, const xtd::string &caption, const xtd::drawing::icon &icon) | 
| Displays an about box. The about box displays a message, title bar caption and icon.   | |
| static void | show (const xtd::string &text, const xtd::string &caption, const xtd::drawing::icon &icon, const xtd::string &version) | 
| Displays an about box. The about box displays a message, title bar caption, icon and version.   | |
| static void | show (const xtd::string &text, const xtd::string &caption, const xtd::drawing::icon &icon, const xtd::string &version, const xtd::string &long_version) | 
| Displays an about box. The about box displays a message, title bar caption, icon, version and long version.   | |
| static void | 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 ©right) | 
| Displays an about box. The about box displays a message, title bar caption, icon, version, long version and copyright.   | |
| static void | 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 ©right, const xtd::string &website) | 
| Displays an about box. The about box displays a message, title bar caption, icon, version, long version, copyright and website.   | |
| static void | 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 ©right, const xtd::string &website, const xtd::string &website_label) | 
| Displays an about box. The about box displays a message, title bar caption, icon, version, long version, copyright and website with label.   | |
| static void | 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 ©right, const xtd::string &website, const xtd::string &website_label, const author_collection &authors) | 
| Displays an about box. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label and authors.   | |
| static void | 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 ©right, const xtd::string &website, const xtd::string &website_label, const author_collection &authors, const documenter_collection &documenters) | 
| 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 void | 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 ©right, const xtd::string &website, const xtd::string &website_label, const author_collection &authors, const documenter_collection &documenters, const translator_collection &translators) | 
| 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 void | 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 ©right, 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) | 
| 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 void | 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 ©right, 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) | 
| 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 void | show (const xtd::string &text, const xtd::string &caption, const xtd::drawing::bitmap &icon) | 
| Displays an about box. The about box displays a message, title bar caption and icon.   | |
| static void | show (const xtd::string &text, const xtd::string &caption, const xtd::drawing::bitmap &icon, const xtd::string &version) | 
| Displays an about box. The about box displays a message, title bar caption, icon and version.   | |
| static void | show (const xtd::string &text, const xtd::string &caption, const xtd::drawing::bitmap &icon, const xtd::string &version, const xtd::string &long_version) | 
| Displays an about box. The about box displays a message, title bar caption, icon, version and long version.   | |
| static void | 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 ©right) | 
| Displays an about box. The about box displays a message, title bar caption, icon, version, long version and copyright.   | |
| static void | 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 ©right, const xtd::string &website) | 
| Displays an about box. The about box displays a message, title bar caption, icon, version, long version, copyright and website.   | |
| static void | 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 ©right, const xtd::string &website, const xtd::string &website_label) | 
| Displays an about box. The about box displays a message, title bar caption, icon, version, long version, copyright and website with label.   | |
| static void | 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 ©right, const xtd::string &website, const xtd::string &website_label, const author_collection &authors) | 
| Displays an about box. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label and authors.   | |
| static void | 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 ©right, const xtd::string &website, const xtd::string &website_label, const author_collection &authors, const documenter_collection &documenters) | 
| 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 void | 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 ©right, const xtd::string &website, const xtd::string &website_label, const author_collection &authors, const documenter_collection &documenters, const translator_collection &translators) | 
| 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 void | 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 ©right, 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) | 
| 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 void | 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 ©right, 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) | 
| 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.   | |
Represents an author collection.
Represents an artist collection.
| using xtd::forms::about_box::documenter_collection = xtd::forms::about_dialog::documenter_collection | 
Represents a documenter collection.
| using xtd::forms::about_box::translator_collection = xtd::forms::about_dialog::translator_collection | 
Represents a translator collection.
      
  | 
  static | 
Displays an about box in front of the specified window.
| owner | A iwin32_window that represents the owner window of the about box. | 
      
  | 
  static | 
Displays an about box in front of the specified window. The about box displays a message.
| owner | A iwin32_window that represents the owner window of the about box. | 
| text | A string that specifies the text to display. | 
      
  | 
  static | 
Displays an about box in front of the specified window. The about box displays a message and title bar caption.
| owner | A iwin32_window that represents the owner window of the about box. | 
| text | A string that specifies the text to display. | 
| caption | A string that specifies the title bar caption to display. | 
      
  | 
  static | 
Displays an about box in front of the specified window. The about box displays a message, title bar caption and icon.
| owner | A iwin32_window that represents the owner window of the about box. | 
| text | A string that specifies the text to display. | 
| caption | A string that specifies the title bar caption to display. | 
| icon | An icon value that specifies the icon to display. | 
      
  | 
  static | 
Displays an about box in front of the specified window. The about box displays a message, title bar caption, icon and version.
| owner | A iwin32_window that represents the owner window of the about box. | 
| text | A string that specifies the text to display. | 
| caption | A string that specifies the title bar caption to display. | 
| icon | An icon value that specifies the icon to display. | 
| version | A string that specifies the version to display. | 
      
  | 
  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.
| owner | A iwin32_window that represents the owner window of the about box. | 
| text | A string that specifies the text to display. | 
| caption | A string that specifies the title bar caption to display. | 
| icon | An icon value that specifies the icon to display. | 
| version | A string that specifies the version to display. | 
| long_version | A string that specifies the long version to display. | 
      
  | 
  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.
| owner | A iwin32_window that represents the owner window of the about box. | 
| text | A string that specifies the text to display. | 
| caption | A string that specifies the title bar caption to display. | 
| icon | An icon value that specifies the icon 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. | 
      
  | 
  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.
| owner | A iwin32_window that represents the owner window of the about box. | 
| text | A string that specifies the text to display. | 
| caption | A string that specifies the title bar caption to display. | 
| icon | An icon value that specifies the icon 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. | 
      
  | 
  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.
| owner | A iwin32_window that represents the owner window of the about box. | 
| text | A string that specifies the text to display. | 
| caption | A string that specifies the title bar caption to display. | 
| icon | An icon value that specifies the icon 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. | 
      
  | 
  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.
| owner | A iwin32_window that represents the owner window of the about box. | 
| text | A string that specifies the text to display. | 
| caption | A string that specifies the title bar caption to display. | 
| icon | An icon value that specifies the icon 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. | 
| authors | A authors_collection that specifies the authors collection. | 
      
  | 
  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.
| owner | A iwin32_window that represents the owner window of the about box. | 
| text | A string that specifies the text to display. | 
| caption | A string that specifies the title bar caption to display. | 
| icon | An icon value that specifies the icon 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. | 
| authors | A authors_collection that specifies the authors collection. | 
| documenters | A documenters_collection that specifies the documentation writers collection. | 
      
  | 
  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.
| owner | A iwin32_window that represents the owner window of the about box. | 
| text | A string that specifies the text to display. | 
| caption | A string that specifies the title bar caption to display. | 
| icon | An icon value that specifies the icon 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. | 
| authors | A authors_collection that specifies the authors collection. | 
| documenters | A documenters_collection that specifies the documentation writers collection. | 
| translators | A translators_collection that specifies the translators collection. | 
      
  | 
  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.
| owner | A iwin32_window that represents the owner window of the about box. | 
| text | A string that specifies the text to display. | 
| caption | A string that specifies the title bar caption to display. | 
| icon | An icon value that specifies the icon 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. | 
| authors | A authors_collection that specifies the authors collection. | 
| documenters | A documenters_collection that specifies the documentation writers collection. | 
| translators | A translators_collection that specifies the translators collection. | 
| artists | A artists_collection that specifies the designers collection. | 
      
  | 
  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.
| owner | A iwin32_window that represents the owner window of the about box. | 
| text | A string that specifies the text to display. | 
| caption | A string that specifies the title bar caption to display. | 
| icon | An icon value that specifies the icon 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. | 
| authors | A authors_collection that specifies the authors collection. | 
| documenters | A documenters_collection that specifies the documentation writers collection. | 
| translators | A translators_collection that specifies the translators collection. | 
| artists | A artists_collection that specifies the designers collection. | 
| license | A string that specifies the license text to display. | 
      
  | 
  static | 
Displays an about box.
      
  | 
  static | 
Displays an about box. The about box displays a message.
| text | A string that specifies the text to display. | 
      
  | 
  static | 
Displays an about box. The about box displays a message and title bar caption.
| text | A string that specifies the text to display. | 
| caption | A string that specifies the title bar caption to display. | 
      
  | 
  static | 
Displays an about box. The about box displays a message, title bar caption and icon.
| text | A string that specifies the text to display. | 
| caption | A string that specifies the title bar caption to display. | 
| icon | An icon value that specifies the icon to display. | 
      
  | 
  static | 
Displays an about box. The about box displays a message, title bar caption, icon and version.
| text | A string that specifies the text to display. | 
| caption | A string that specifies the title bar caption to display. | 
| icon | An icon value that specifies the icon to display. | 
| version | A string that specifies the version to display. | 
      
  | 
  static | 
Displays an about box. The about box displays a message, title bar caption, icon, version and long version.
| text | A string that specifies the text to display. | 
| caption | A string that specifies the title bar caption to display. | 
| icon | An icon value that specifies the icon to display. | 
| version | A string that specifies the version to display. | 
| long_version | A string that specifies the long version to display. | 
      
  | 
  static | 
Displays an about box. The about box displays a message, title bar caption, icon, version, long version and copyright.
| text | A string that specifies the text to display. | 
| caption | A string that specifies the title bar caption to display. | 
| icon | An icon value that specifies the icon 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. | 
      
  | 
  static | 
Displays an about box. The about box displays a message, title bar caption, icon, version, long version, copyright and website.
| text | A string that specifies the text to display. | 
| caption | A string that specifies the title bar caption to display. | 
| icon | An icon value that specifies the icon 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. | 
      
  | 
  static | 
Displays an about box. The about box displays a message, title bar caption, icon, version, long version, copyright and website with label.
| text | A string that specifies the text to display. | 
| caption | A string that specifies the title bar caption to display. | 
| icon | An icon value that specifies the icon 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. | 
      
  | 
  static | 
Displays an about box. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label and authors.
| text | A string that specifies the text to display. | 
| caption | A string that specifies the title bar caption to display. | 
| icon | An icon value that specifies the icon 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. | 
| authors | A authors_collection that specifies the authors collection. | 
      
  | 
  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.
| text | A string that specifies the text to display. | 
| caption | A string that specifies the title bar caption to display. | 
| icon | An icon value that specifies the icon 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. | 
| authors | A authors_collection that specifies the authors collection. | 
| documenters | A documenters_collection that specifies the documentation writers collection. | 
      
  | 
  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.
| text | A string that specifies the text to display. | 
| caption | A string that specifies the title bar caption to display. | 
| icon | An icon value that specifies the icon 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. | 
| authors | A authors_collection that specifies the authors collection. | 
| documenters | A documenters_collection that specifies the documentation writers collection. | 
| translators | A translators_collection that specifies the translators collection. | 
      
  | 
  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.
| text | A string that specifies the text to display. | 
| caption | A string that specifies the title bar caption to display. | 
| icon | An icon value that specifies the icon 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. | 
| authors | A authors_collection that specifies the authors collection. | 
| documenters | A documenters_collection that specifies the documentation writers collection. | 
| translators | A translators_collection that specifies the translators collection. | 
| artists | A artists_collection that specifies the designers collection. | 
      
  | 
  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.
| text | A string that specifies the text to display. | 
| caption | A string that specifies the title bar caption to display. | 
| icon | An icon value that specifies the icon 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. | 
| authors | A authors_collection that specifies the authors collection. | 
| documenters | A documenters_collection that specifies the documentation writers collection. | 
| translators | A translators_collection that specifies the translators collection. | 
| artists | A artists_collection that specifies the designers collection. | 
| license | A string that specifies the license text to display. | 
      
  | 
  static | 
Displays an about box. The about box displays a message, title bar caption and icon.
| text | A string that specifies the text to display. | 
| caption | A string that specifies the title bar caption to display. | 
| icon | An icon value that specifies the icon to display. | 
      
  | 
  static | 
Displays an about box. The about box displays a message, title bar caption, icon and version.
| text | A string that specifies the text to display. | 
| caption | A string that specifies the title bar caption to display. | 
| icon | An icon value that specifies the icon to display. | 
| version | A string that specifies the version to display. | 
      
  | 
  static | 
Displays an about box. The about box displays a message, title bar caption, icon, version and long version.
| text | A string that specifies the text to display. | 
| caption | A string that specifies the title bar caption to display. | 
| icon | An icon value that specifies the icon to display. | 
| version | A string that specifies the version to display. | 
| long_version | A string that specifies the long version to display. | 
      
  | 
  static | 
Displays an about box. The about box displays a message, title bar caption, icon, version, long version and copyright.
| text | A string that specifies the text to display. | 
| caption | A string that specifies the title bar caption to display. | 
| icon | An icon value that specifies the icon 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. | 
      
  | 
  static | 
Displays an about box. The about box displays a message, title bar caption, icon, version, long version, copyright and website.
| text | A string that specifies the text to display. | 
| caption | A string that specifies the title bar caption to display. | 
| icon | An icon value that specifies the icon 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. | 
      
  | 
  static | 
Displays an about box. The about box displays a message, title bar caption, icon, version, long version, copyright and website with label.
| text | A string that specifies the text to display. | 
| caption | A string that specifies the title bar caption to display. | 
| icon | An icon value that specifies the icon 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. | 
      
  | 
  static | 
Displays an about box. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label and authors.
| text | A string that specifies the text to display. | 
| caption | A string that specifies the title bar caption to display. | 
| icon | An icon value that specifies the icon 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. | 
| authors | A authors_collection that specifies the authors collection. | 
      
  | 
  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.
| text | A string that specifies the text to display. | 
| caption | A string that specifies the title bar caption to display. | 
| icon | An icon value that specifies the icon 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. | 
| authors | A authors_collection that specifies the authors collection. | 
| documenters | A documenters_collection that specifies the documentation writers collection. | 
      
  | 
  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.
| text | A string that specifies the text to display. | 
| caption | A string that specifies the title bar caption to display. | 
| icon | An icon value that specifies the icon 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. | 
| authors | A authors_collection that specifies the authors collection. | 
| documenters | A documenters_collection that specifies the documentation writers collection. | 
| translators | A translators_collection that specifies the translators collection. | 
      
  | 
  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.
| text | A string that specifies the text to display. | 
| caption | A string that specifies the title bar caption to display. | 
| icon | An icon value that specifies the icon 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. | 
| authors | A authors_collection that specifies the authors collection. | 
| documenters | A documenters_collection that specifies the documentation writers collection. | 
| translators | A translators_collection that specifies the translators collection. | 
| artists | A artists_collection that specifies the designers collection. | 
      
  | 
  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.
| text | A string that specifies the text to display. | 
| caption | A string that specifies the title bar caption to display. | 
| icon | An icon value that specifies the icon 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. | 
| authors | A authors_collection that specifies the authors collection. | 
| documenters | A documenters_collection that specifies the documentation writers collection. | 
| translators | A translators_collection that specifies the translators collection. | 
| artists | A artists_collection that specifies the designers collection. | 
| license | A string that specifies the license text to display. |