12#include <xtd/drawing/point>
66 xtd::drawing::point location() const noexcept;
74 bool match_case() const noexcept;
90 bool show_match_case() const noexcept;
98 bool show_up_down() const noexcept;
106 bool show_whole_word() const noexcept;
114 const
xtd::
string& title() const noexcept;
122 bool whole_word() const noexcept;
161 void reset() noexcept;
169 void create_handle();
170 void destroy_handle();
171 void on_dialog_closed();
172 void on_dialog_find(const
xtd::drawing::point& location, const
string& find_string,
bool downwards,
bool whole_word,
bool match_case);
173 void recreate_handle();
Contains xtd::forms::layout::arranged_element_collection collection.
Represents text as a sequence of character units.
Definition basic_string.h:79
Represents an event.
Definition event.h:21
Contains xtd::forms::component class.
Contains xtd::forms::dialog_appearance enum class.
Contains xtd::forms::dialog_closed_event_handler dialog.
Contains xtd::forms::find_event_handler event handler.
delegate< void(object &sender, const dialog_closed_event_args &e)> dialog_closed_event_handler
Provides handler for a dialog closed event.
Definition dialog_closed_event_handler.h:24
delegate< void(object &sender, const 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.h:24
#define forms_export_
Define shared library export.
Definition forms_export.h:13
std::shared_ptr< type_t > sptr
The xtd::sptr object is a shared pointer.
Definition sptr.h:25
Contains xtd::forms::iwin32_window interface.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Contains xtd::forms::search_direction enum class.