80 [[nodiscard]]
auto equals(
const message& other)
const noexcept ->
bool override;
89 template<typename type_t>
90 [[nodiscard]] auto
get_lparam() const noexcept -> type_t {
return reinterpret_cast<type_t
>(
lparam); }
98 [[nodiscard]] auto
to_string() const noexcept ->
xtd::
string override;
115 friend class application;
116 friend class control;
Defines a generalized method that a value type or class implements to create a type-specific method f...
Definition iequatable.hpp:23
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition object.hpp:45
#define forms_export_
Define shared library export.
Definition forms_export.hpp:13
std::uint32_t uint32
Represents a 32-bit unsigned integer.
Definition uint32.hpp:23
std::intmax_t intptr
Represent a pointer or a handle.
Definition intptr.hpp:23
std::size_t usize
Represents an unsigned size of any object in bytes.
Definition usize.hpp:22
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8