Represents a dialog box that displays about box.
- Header
#include <xtd/forms/xtd_about_box>
- Namespace
- xtd::forms
- Library
- xtd
- Examples
- The following code example demonstrates the use of xtd_about_box dialog.
|
static void | show (const iwin32_window &owner) |
| Displays the xtd about box in front of the specified window.
|
|
static void | show () |
| Displays the xtd about box.
|
|
◆ show() [1/2]
static void xtd::forms::xtd_about_box::show |
( |
const iwin32_window & |
owner | ) |
|
|
static |
Displays the xtd about box in front of the specified window.
- Parameters
-
owner | A iwin32_window that represents the owner window of the xtd about box. |
◆ show() [2/2]
static void xtd::forms::xtd_about_box::show |
( |
| ) |
|
|
static |
Displays the xtd about box.
The documentation for this class was generated from the following file: