6 #include "../control.h"
11 namespace forms::properties {
64 #if defined(__XTD_RESOURCES_PATH__)
65 static constexpr
const char* forms_resource_path_ = __XTD_RESOURCES_PATH__;
67 static constexpr
const char* forms_resource_path_ =
"";
Encapsulates a GDI+ bitmap, which consists of the pixel data for a graphics image and its attributes....
Definition: bitmap.h:19
static bitmap empty
Represent an empty bitmap.
Definition: bitmap.h:75
static xtd::operating_system os_version()
Gets an operating_system object that contains the current platform identifier and version number.
static bool exists(const xtd::ustring &path) noexcept
Determines whether the specified file exists.
static xtd::ustring combine(const xtd::ustring &path1, const xtd::ustring &path2)
Combines two path strings.
bool is_linux_platform() const noexcept
Determines whether the current platform is Unix family.
Definition: operating_system.h:82
bool is_macos_platform() const noexcept
Determines whether the current platform is macOS family.
Definition: operating_system.h:78
bool is_windows_platform() const noexcept
Determines whether the current platform is Windows family.
Definition: operating_system.h:86
Contains xtd::environment class.
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition: static.h:38
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition: system_report.h:17