7#include <xtd/drawing/point>
8#include <xtd/iclonable>
91 bool on_item_click(
intptr menu_id);
Supports cloning, which creates a new instance of a class with the same value as an existing instance...
Definition iclonable.hpp:21
#define forms_export_
Define shared library export.
Definition forms_export.hpp:13
std::intmax_t intptr
Represent a pointer or a handle.
Definition intptr.hpp:23
xtd::unique_ptr_object< type_t > uptr
The xtd::uptr object is a unique pointer.
Definition uptr.hpp:25
std::size_t usize
Represents an unsigned size of any object in bytes.
Definition usize.hpp:22
Contains xtd::forms::message class.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional ...
Definition point.hpp:54