xtd 0.2.0
Loading...
Searching...
No Matches
xtd_about_box.h
Go to the documentation of this file.
1
4#pragma once
5#include <xtd/static>
6#include <xtd/forms/iwin32_window>
7#include "../export.h"
8
10namespace xtd {
12 namespace forms {
25 public:
27
31 static void show(const iwin32_window& owner);
32
34 static void show();
36 };
37 }
38}
Provides an interface to expose Win32 HWND handles.
Definition iwin32_window.h:21
Represents a dialog box that displays about box.
Definition xtd_about_box.h:24
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.
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition static.h:37
#define export_
Define shared library export.
Definition export.h:13
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition xtd_about_box.h:12
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10