xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.forms
include
xtd
forms
xtd_about_box.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include <xtd/static>
6
#include "
iwin32_window.hpp
"
7
#include "
../forms_export.hpp
"
8
10
namespace
xtd
{
12
namespace
forms
{
26
class
forms_export_
xtd_about_box
final
static_
{
27
public
:
29
33
static
void
show
(
const
iwin32_window
& owner);
34
36
static
void
show
();
38
};
39
}
40
}
xtd::forms::iwin32_window
Provides an interface to expose Win32 HWND handles.
Definition
iwin32_window.hpp:23
xtd::forms::xtd_about_box
Represents a dialog box that displays about box.
Definition
xtd_about_box.hpp:26
xtd::forms::xtd_about_box::show
static void show(const iwin32_window &owner)
Displays the xtd about box in front of the specified window.
xtd::forms::xtd_about_box::show
static void show()
Displays the xtd about box.
forms_export.hpp
Contains forms_export_ keyword.
static_
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition
static.hpp:38
forms_export_
#define forms_export_
Define shared library export.
Definition
forms_export.hpp:13
iwin32_window.hpp
Contains xtd::forms::iwin32_window interface.
xtd::forms
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition
texts.hpp:219
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
Generated on
for xtd by
Gammasoft
. All rights reserved.