xtd 0.2.0
command_link_buttons.h
Go to the documentation of this file.
1 #pragma once
5 #include "command_link_button.h"
6 #include "system_texts.h"
7 
9 namespace xtd {
11  namespace forms {
24  public:
26 
40  command_link_button abort(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::abort(), location, size, name);}
53  command_link_button about(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::about(), location, size, name);}
66  command_link_button actual_size(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::actual_size(), location, size, name);}
79  command_link_button add(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::add(), location, size, name);}
92  command_link_button alignment(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::alignment(), location, size, name);}
105  command_link_button align_left(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::align_left(), location, size, name);}
118  command_link_button align_right(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::align_right(), location, size, name);}
131  command_link_button apply(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::apply(), location, size, name);}
144  command_link_button ascending(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::ascending(), location, size, name);}
157  command_link_button back(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::back(), location, size, name);}
170  command_link_button bold(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::bold(), location, size, name);}
183  command_link_button bottom(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::bottom(), location, size, name);}
196  command_link_button cancel(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::cancel(), location, size, name);}
209  command_link_button cdrom(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::cdrom(), location, size, name);}
222  command_link_button centered(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::centered(), location, size, name);}
235  command_link_button clear(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::clear(), location, size, name);}
248  command_link_button close(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::close(), location, size, name);}
261  command_link_button color(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::color(), location, size, name);}
274  command_link_button contents(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::contents(), location, size, name);}
287  command_link_button convert(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::convert(), location, size, name);}
300  command_link_button copy(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::copy(), location, size, name);}
313  command_link_button customize(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::customize(), location, size, name);}
326  command_link_button cut(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::cut(), location, size, name);}
339  command_link_button del(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::del(), location, size, name);}
352  command_link_button descending(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::descending(), location, size, name);}
365  command_link_button down(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::down(), location, size, name);}
378  command_link_button edit(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::edit(), location, size, name);}
391  command_link_button execute(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::execute(), location, size, name);}
404  command_link_button file(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::file(), location, size, name);}
417  command_link_button find(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::find(), location, size, name);}
430  command_link_button first(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::first(), location, size, name);}
443  command_link_button floppy(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::floppy(), location, size, name);}
456  command_link_button font(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::font(), location, size, name);}
469  command_link_button forward(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::forward(), location, size, name);}
482  command_link_button harddisk(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::harddisk(), location, size, name);}
495  command_link_button help(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::help(), location, size, name);}
508  command_link_button home(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::home(), location, size, name);}
521  command_link_button ignore(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::ignore(), location, size, name);}
534  command_link_button indent(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::indent(), location, size, name);}
547  command_link_button index(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::index(), location, size, name);}
560  command_link_button info(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::info(), location, size, name);}
573  command_link_button italic(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::italic(), location, size, name);}
586  command_link_button justified(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::justified(), location, size, name);}
599  command_link_button jump_to(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::jump_to(), location, size, name);}
612  command_link_button last(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::last(), location, size, name);}
625  command_link_button network(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::network(), location, size, name);}
638  command_link_button new_(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::new_(), location, size, name);}
651  command_link_button no(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::no(), location, size, name);}
664  command_link_button ok(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::ok(), location, size, name);}
677  command_link_button open(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::open(), location, size, name);}
690  command_link_button options(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::options(), location, size, name);}
703  command_link_button paste(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::paste(), location, size, name);}
716  command_link_button preferences(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::preferences(), location, size, name);}
729  command_link_button print(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::print(), location, size, name);}
742  command_link_button print_preview(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::print_preview(), location, size, name);}
755  command_link_button properties(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::properties(), location, size, name);}
768  command_link_button quit(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::quit(), location, size, name);}
781  command_link_button redo(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::redo(), location, size, name);}
794  command_link_button refresh(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::refresh(), location, size, name);}
800  command_link_button remove(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(system_texts::remove(), location, size, name);}
807  command_link_button remove(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::remove(), location, size, name);}
813  command_link_button replace(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(system_texts::replace(), location, size, name);}
820  command_link_button replace(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::replace(), location, size, name);}
826  command_link_button retry(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(system_texts::retry(), location, size, name);}
833  command_link_button retry(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::retry(), location, size, name);}
839  command_link_button revert_to_saved(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(system_texts::revert_to_saved(), location, size, name);}
846  command_link_button revert_to_saved(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::revert_to_saved(), location, size, name);}
852  command_link_button save(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(system_texts::save(), location, size, name);}
859  command_link_button save(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::save(), location, size, name);}
865  command_link_button save_as(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(system_texts::save_as(), location, size, name);}
872  command_link_button save_as(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::save_as(), location, size, name);}
878  command_link_button search(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(system_texts::search(), location, size, name);}
885  command_link_button search(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::search(), location, size, name);}
891  command_link_button select_all(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(system_texts::select_all(), location, size, name);}
898  command_link_button select_all(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::select_all(), location, size, name);}
904  command_link_button spell_check(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(system_texts::spell_check(), location, size, name);}
911  command_link_button spell_check(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::spell_check(), location, size, name);}
917  command_link_button stop(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(system_texts::stop(), location, size, name);}
924  command_link_button stop(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::stop(), location, size, name);}
930  command_link_button strikeout(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(system_texts::strikeout(), location, size, name);}
937  command_link_button strikeout(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::strikeout(), location, size, name);}
943  command_link_button tools(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(system_texts::tools(), location, size, name);}
950  command_link_button tools(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::tools(), location, size, name);}
956  command_link_button top(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(system_texts::top(), location, size, name);}
963  command_link_button top(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::top(), location, size, name);}
969  command_link_button undelete(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(system_texts::undelete(), location, size, name);}
976  command_link_button undelete(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::undelete(), location, size, name);}
982  command_link_button underline(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(system_texts::underline(), location, size, name);}
989  command_link_button underline(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::underline(), location, size, name);}
995  command_link_button undo(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(system_texts::undo(), location, size, name);}
1002  command_link_button undo(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::undo(), location, size, name);}
1008  command_link_button unindent(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(system_texts::unindent(), location, size, name);}
1015  command_link_button unindent(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::unindent(), location, size, name);}
1021  command_link_button up(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(system_texts::up(), location, size, name);}
1028  command_link_button up(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::up(), location, size, name);}
1034  command_link_button view(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(system_texts::view(), location, size, name);}
1041  command_link_button view(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::view(), location, size, name);}
1047  command_link_button yes(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(system_texts::yes(), location, size, name);}
1054  command_link_button yes(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::yes(), location, size, name);}
1060  command_link_button zoom_in(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(system_texts::zoom_in(), location, size, name);}
1067  command_link_button zoom_in(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::zoom_in(), location, size, name);}
1073  command_link_button zoom_out(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(system_texts::zoom_out(), location, size, name);}
1080  command_link_button zoom_out(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::zoom_out(), location, size, name);}
1086  command_link_button zoom_to_fit(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(system_texts::zoom_to_fit(), location, size, name);}
1093  command_link_button zoom_to_fit(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return command_link_button::create(parent, system_texts::zoom_to_fit(), location, size, name);}
1095  };
1096  }
1097 }
static xtd::ustring align_left()
Gets a system-defined text that has a string value of "Align Left". This field is constant...
static xtd::ustring revert_to_saved()
Gets a system-defined text that has a string value of "Revert to Saved". This field is constant...
static xtd::ustring print()
Gets a system-defined text that has a string value of "&Print...". This field is constant.
static xtd::ustring back()
Gets a system-defined text that has a string value of "&Back". This field is constant.
static xtd::ustring zoom_in()
Gets a system-defined text that has a string value of "Zoom &In". This field is constant.
static xtd::ustring harddisk()
Gets a system-defined text that has a string value of "&Harddisk". This field is constant.
static xtd::ustring top()
Gets a system-defined text that has a string value of "&Top". This field is constant.
static xtd::ustring convert()
Gets a system-defined text that has a string value of "&Convert". This field is constant.
static xtd::ustring search()
Gets a system-defined text that has a string value of "&Search". This field is constant.
static xtd::ustring home()
Gets a system-defined text that has a string value of "&Home". This field is constant.
static xtd::ustring floppy()
Gets a system-defined text that has a string value of "&Floppy". This field is constant.
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition: static.h:37
static xtd::ustring del()
Gets a system-defined text that has a string value of "&Delete". This field is constant.
static xtd::ustring refresh()
Gets a system-defined text that has a string value of "Refresh". This field is constant.
Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional ...
Definition: point.h:54
static xtd::ustring ascending()
Gets a system-defined text that has a string value of "&Ascending". This field is constant...
Stores an ordered pair of integers, which specify a height and width.
Definition: size.h:31
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
static xtd::ustring descending()
Gets a system-defined text that has a string value of "&Descending". This field is constant...
static xtd::ustring close()
Gets a system-defined text that has a string value of "&Close". This field is constant.
static xtd::ustring bottom()
Gets a system-defined text that has a string value of "&Bottom". This field is constant.
Represents text as a sequence of UTF-8 code units.
Definition: ustring.h:46
static xtd::ustring retry()
Gets a system-defined text that has a string value of "&Retry". This field is constant.
static xtd::ustring save_as()
Gets a system-defined text that has a string value of "Save &As...". This field is constant...
static xtd::ustring yes()
Gets a system-defined text that has a string value of "&Yes". This field is constant.
static xtd::ustring options()
Gets a system-defined text that has a string value of "&Options". This field is constant.
static xtd::ustring find()
Gets a system-defined text that has a string value of "&Find...". This field is constant.
static xtd::ustring forward()
Gets a system-defined text that has a string value of "&Forward". This field is constant.
static xtd::ustring index()
Gets a system-defined text that has a string value of "&Index". This field is constant.
static xtd::ustring help()
Gets a system-defined text that has a string value of "&Help". This field is constant.
static xtd::ustring no()
Gets a system-defined text that has a string value of "&No". This field is constant.
static xtd::ustring open()
Gets a system-defined text that has a string value of "&Open...". This field is constant.
static xtd::ustring align_right()
Gets a system-defined text that has a string value of "Align Right". This field is constant...
static xtd::ustring contents()
Gets a system-defined text that has a string value of "&Contents". This field is constant.
static xtd::ustring edit()
Gets a system-defined text that has a string value of "&Edit". This field is constant.
static xtd::ustring about()
Gets a system-defined text that has a string value of "&About". This field is constant.
static xtd::ustring customize()
Gets a system-defined text that has a string value of "&Customize". This field is constant...
static xtd::ustring spell_check()
Gets a system-defined text that has a string value of "&Spell Check". This field is constant...
static xtd::ustring stop()
Gets a system-defined text that has a string value of "&Stop". This field is constant.
static xtd::ustring justified()
Gets a system-defined text that has a string value of "Justified". This field is constant.
static xtd::ustring undelete()
Gets a system-defined text that has a string value of "Undelete". This field is constant.
static xtd::ustring print_preview()
Gets a system-defined text that has a string value of "Print Re&view". This field is constant...
static xtd::ustring cut()
Gets a system-defined text that has a string value of "Cu&t". This field is constant.
static xtd::ustring info()
Gets a system-defined text that has a string value of "&Info". This field is constant.
static xtd::ustring clear()
Gets a system-defined text that has a string value of "&Clear". This field is constant.
static xtd::ustring copy()
Gets a system-defined text that has a string value of "&Copy". This field is constant.
static xtd::ustring select_all()
Gets a system-defined text that has a string value of "Select &All". This field is constant...
static xtd::ustring centered()
Gets a system-defined text that has a string value of "Centered". This field is constant.
static xtd::ustring alignment()
Gets a system-defined text that has a string value of "Alignment". This field is constant.
Defines the base class for controls, which are components with visual representation.
Definition: control.h:78
static xtd::ustring ok()
Gets a system-defined text that has a string value of "&OK". This field is constant.
static xtd::ustring font()
Gets a system-defined text that has a string value of "&Font". This field is constant.
static xtd::ustring replace()
Gets a system-defined text that has a string value of "Rep&lace". This field is constant.
Contains xtd::forms::system_texts factory.
static xtd::ustring add()
Gets a system-defined text that has a string value of "Add". This field is constant.
static xtd::ustring network()
Gets a system-defined text that has a string value of "&Network". This field is constant.
static xtd::ustring quit()
Gets a system-defined text that has a string value of "&Quit". This field is constant.
static xtd::ustring file()
Gets a system-defined text that has a string value of "&File". This field is constant.
static xtd::ustring up()
Gets a system-defined text that has a string value of "&Up". This field is constant.
static xtd::ustring remove()
Gets a system-defined text that has a string value of "Remove". This field is constant.
static xtd::ustring last()
Gets a system-defined text that has a string value of "&Last". This field is constant.
static xtd::ustring ignore()
Gets a system-defined text that has a string value of "&Ignore". This field is constant.
static xtd::ustring execute()
Gets a system-defined text that has a string value of "&Execute". This field is constant.
static xtd::ustring zoom_to_fit()
Gets a system-defined text that has a string value of "Zoom to &Fit". This field is constant...
static xtd::ustring new_()
Gets a system-defined text that has a string value of "&New". This field is constant.
static xtd::ustring strikeout()
Gets a system-defined text that has a string value of "&Strikeout". This field is constant...
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition: about_box.h:13
static xtd::ustring actual_size()
Gets a system-defined text that has a string value of "&Actual Size". This field is constant...
static const ustring empty_string
Represents the empty string.
Definition: ustring.h:53
static xtd::ustring cancel()
Gets a system-defined text that has a string value of "&Cancel". This field is constant.
static xtd::ustring color()
Gets a system-defined text that has a string value of "&Color". This field is constant.
static xtd::ustring apply()
Gets a system-defined text that has a string value of "&Apply". This field is constant.
static xtd::ustring properties()
Gets a system-defined text that has a string value of "&Properties". This field is constant...
Specifies that both the x and y coordinates of the control are defined.
static xtd::ustring redo()
Gets a system-defined text that has a string value of "&Redo". This field is constant.
static xtd::ustring tools()
Gets a system-defined text that has a string value of "&Tools". This field is constant.
static xtd::ustring preferences()
Gets a system-defined text that has a string value of "&Preference". This field is constant...
static xtd::ustring italic()
Gets a system-defined text that has a string value of "&Italic". This field is constant.
static xtd::ustring first()
Gets a system-defined text that has a string value of "&First". This field is constant.
static xtd::ustring underline()
Gets a system-defined text that has a string value of "&Underline". This field is constant...
static xtd::ustring down()
Gets a system-defined text that has a string value of "&Down". This field is constant.
static xtd::ustring save()
Gets a system-defined text that has a string value of "&Save". This field is constant.
static xtd::ustring cdrom()
Gets a system-defined text that has a string value of "&CD-Rom". This field is constant.
static xtd::ustring bold()
Gets a system-defined text that has a string value of "&Bold". This field is constant.
static xtd::ustring undo()
Gets a system-defined text that has a string value of "&Undo". This field is constant.
static xtd::ustring jump_to()
Gets a system-defined text that has a string value of "&Jump to". This field is constant.
static xtd::ustring abort()
Gets a system-defined text that has a string value of "&Abort". This field is constant.
static xtd::ustring zoom_out()
Gets a system-defined text that has a string value of "Zoom &Out". This field is constant.
size_t size
Represents a size of any object in bytes.
Definition: types.h:195
static xtd::ustring unindent()
Gets a system-defined text that has a string value of "Unindent". This field is constant.
static xtd::ustring indent()
Gets a system-defined text that has a string value of "Indent". This field is constant.
static xtd::ustring paste()
Gets a system-defined text that has a string value of "&Paste". This field is constant.
static xtd::ustring view()
Gets a system-defined text that has a string value of "&View". This field is constant.