39 template<
typename find_next_callback_t>
45 template<
typename find_next_callback_t>
52 template<
typename find_next_callback_t>
60 template<
typename find_next_callback_t>
69 template<
typename find_next_callback_t>
70 static void show(
const iwin32_window& owner,
const xtd::string& find_string,
const xtd::string& title,
bool match_case,
xtd::forms::search_direction search_direction, find_next_callback_t find_next) {show_find_box(owner,
xtd::forms::find_event_handler(find_next), find_string, title, match_case,
search_direction);}
79 template<
typename find_next_callback_t>
80 static void show(
const iwin32_window& owner,
const xtd::string& find_string,
const xtd::string& title,
bool match_case,
xtd::forms::search_direction search_direction,
bool whole_word, find_next_callback_t find_next) {show_find_box(owner,
xtd::forms::find_event_handler(find_next), find_string, title, match_case,
search_direction, whole_word);}
Represents text as a sequence of character units.
Definition basic_string.h:79
static const basic_string empty_string
Represents the empty basic_string.
Definition basic_string.h:124
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 static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition static.h:37
#define forms_export_
Define shared library export.
Definition forms_export.h:13
std::unique_ptr< type_t > uptr
The xtd::uptr object is a unique pointer.
Definition uptr.h:25
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10