xtd 1.0.0
Loading...
Searching...
No Matches
xtd::forms::xtd_about_box Class Referencefinal
Inheritance diagram for xtd::forms::xtd_about_box:
xtd::static_object

Definition

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.

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.

Member Function Documentation

◆ show() [1/2]

auto xtd::forms::xtd_about_box::show ( const xtd::forms::iwin32_window & owner) -> void
static

Displays the xtd about box in front of the specified window.

Parameters
ownerA iwin32_window that represents the owner window of the xtd about box.

◆ show() [2/2]

auto xtd::forms::xtd_about_box::show ( ) -> void
static

Displays the xtd about box.


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