xtd 0.2.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 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.
 

Member Function Documentation

◆ show() [1/2]

static void xtd::forms::xtd_about_box::show ( )
static

Displays the xtd about box.

◆ show() [2/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
ownerA iwin32_window that represents the owner window of the xtd about box.

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