Represents a dialog box that displays about box.
Public Static Methods | |
| static auto | show (const xtd::forms::iwin32_window &owner) -> void |
| Displays the xtd about box in front of the specified window. | |
| static auto | show () -> void |
| Displays the xtd about box. | |
|
static |
Displays the xtd about box in front of the specified window.
| owner | A iwin32_window that represents the owner window of the xtd about box. |
|
static |
Displays the xtd about box.