12#include <xtd/drawing/point>
106 [[nodiscard]] auto
title() const noexcept -> const
xtd::
string&;
168 auto create_handle() ->
void;
169 auto destroy_handle() ->
void;
170 auto recreate_handle() ->
void;
171 auto on_dialog_closed() ->
void;
Contains xtd::forms::layout::arranged_element_collection collection.
Represents an event.
Definition event.hpp:23
Contains xtd::forms::component class.
Contains xtd::forms::dialog_appearance enum class.
Contains xtd::forms::dialog_closed_event_handler handler.
Contains xtd::forms::find_event_handler event handler.
xtd::delegate< void(xtd::object &sender, const xtd::forms::find_event_args &e)> find_event_handler
Represents the method that will handle the xtd::forms::find_dialog::find_next event of the xtd::forms...
Definition find_event_handler.hpp:27
xtd::delegate< void(xtd::object &sender, const xtd::forms::replace_event_args &e)> replace_event_handler
Represents the method that will handle the xtd::forms::replace_dialog::replace event and the xtd::for...
Definition replace_event_handler.hpp:27
xtd::delegate< void(xtd::object &sender, const xtd::forms::dialog_closed_event_args &e)> dialog_closed_event_handler
Provides handler for a dialog closed event.
Definition dialog_closed_event_handler.hpp:27
#define forms_export_
Define shared library export.
Definition forms_export.hpp:13
xtd::shared_ptr_object< type_t > sptr
The xtd::sptr object is a shared pointer.
Definition sptr.hpp:25
Contains xtd::forms::iwin32_window interface.
The xtd::drawing namespace provides access to GDI+ basic graphics functionality. More advanced functi...
Definition actions_system_images.hpp:10
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
constexpr auto data() const noexcept -> const_pointer
Gets direct access to the underlying contiguous storage.
Definition read_only_span.hpp:197
Contains xtd::forms::replace_event_handler handler.