xtd 0.2.0
buttons.h
Go to the documentation of this file.
1 #pragma once
5 #include "button.h"
6 #include "system_texts.h"
7 
9 namespace xtd {
11  namespace forms {
23  class buttons final static_ {
24  public:
26 
33  static button abort(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::abort(), location, size, name);}
40  static 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 xtd::forms::button::create(parent, system_texts::abort(), location, size, name);}
46  static button about(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::about(), location, size, name);}
53  static 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 xtd::forms::button::create(parent, system_texts::about(), location, size, name);}
59  static button actual_size(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::actual_size(), location, size, name);}
66  static 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 xtd::forms::button::create(parent, system_texts::actual_size(), location, size, name);}
72  button add(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::add(), location, size, name);}
79  static 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 xtd::forms::button::create(parent, system_texts::add(), location, size, name);}
85  static button alignment(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::alignment(), location, size, name);}
92  static 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 xtd::forms::button::create(parent, system_texts::alignment(), location, size, name);}
98  static button align_left(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::align_left(), location, size, name);}
105  static 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 xtd::forms::button::create(parent, system_texts::align_left(), location, size, name);}
111  static button align_right(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::align_right(), location, size, name);}
118  static 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 xtd::forms::button::create(parent, system_texts::align_right(), location, size, name);}
124  static button apply(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::apply(), location, size, name);}
131  static 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 xtd::forms::button::create(parent, system_texts::apply(), location, size, name);}
137  static button ascending(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::ascending(), location, size, name);}
144  static 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 xtd::forms::button::create(parent, system_texts::ascending(), location, size, name);}
150  static button back(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::back(), location, size, name);}
157  static 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 xtd::forms::button::create(parent, system_texts::back(), location, size, name);}
163  static button bold(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::bold(), location, size, name);}
170  static 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 xtd::forms::button::create(parent, system_texts::bold(), location, size, name);}
176  static button bottom(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::bottom(), location, size, name);}
183  static 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 xtd::forms::button::create(parent, system_texts::bottom(), location, size, name);}
189  static button cancel(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::cancel(), location, size, name);}
196  static 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 xtd::forms::button::create(parent, system_texts::cancel(), location, size, name);}
202  static button cdrom(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::cdrom(), location, size, name);}
209  static 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 xtd::forms::button::create(parent, system_texts::cdrom(), location, size, name);}
215  static button centered(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::centered(), location, size, name);}
222  static 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 xtd::forms::button::create(parent, system_texts::centered(), location, size, name);}
228  static button clear(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::clear(), location, size, name);}
235  static 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 xtd::forms::button::create(parent, system_texts::clear(), location, size, name);}
241  static button close(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::close(), location, size, name);}
248  static 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 xtd::forms::button::create(parent, system_texts::close(), location, size, name);}
254  static button color(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::color(), location, size, name);}
261  static 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 xtd::forms::button::create(parent, system_texts::color(), location, size, name);}
267  static button contents(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::contents(), location, size, name);}
274  static 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 xtd::forms::button::create(parent, system_texts::contents(), location, size, name);}
280  static button convert(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::convert(), location, size, name);}
287  static 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 xtd::forms::button::create(parent, system_texts::convert(), location, size, name);}
293  static button copy(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::copy(), location, size, name);}
300  static 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 xtd::forms::button::create(parent, system_texts::copy(), location, size, name);}
306  static button customize(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::customize(), location, size, name);}
313  static 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 xtd::forms::button::create(parent, system_texts::customize(), location, size, name);}
319  static button cut(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::cut(), location, size, name);}
326  static 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 xtd::forms::button::create(parent, system_texts::cut(), location, size, name);}
332  static button del(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::del(), location, size, name);}
339  static 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 xtd::forms::button::create(parent, system_texts::del(), location, size, name);}
345  static button descending(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::descending(), location, size, name);}
352  static 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 xtd::forms::button::create(parent, system_texts::descending(), location, size, name);}
358  static button down(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::down(), location, size, name);}
365  static 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 xtd::forms::button::create(parent, system_texts::down(), location, size, name);}
371  static button edit(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::edit(), location, size, name);}
378  static 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 xtd::forms::button::create(parent, system_texts::edit(), location, size, name);}
384  static button execute(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::execute(), location, size, name);}
391  static 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 xtd::forms::button::create(parent, system_texts::execute(), location, size, name);}
397  static button file(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::file(), location, size, name);}
404  static 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 xtd::forms::button::create(parent, system_texts::file(), location, size, name);}
410  static button find(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::find(), location, size, name);}
417  static 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 xtd::forms::button::create(parent, system_texts::find(), location, size, name);}
423  static button first(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::first(), location, size, name);}
430  static 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 xtd::forms::button::create(parent, system_texts::first(), location, size, name);}
436  static button floppy(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::floppy(), location, size, name);}
443  static 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 xtd::forms::button::create(parent, system_texts::floppy(), location, size, name);}
449  static button font(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::font(), location, size, name);}
456  static 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 xtd::forms::button::create(parent, system_texts::font(), location, size, name);}
462  static button forward(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::forward(), location, size, name);}
469  static 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 xtd::forms::button::create(parent, system_texts::forward(), location, size, name);}
475  static button harddisk(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::harddisk(), location, size, name);}
482  static 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 xtd::forms::button::create(parent, system_texts::harddisk(), location, size, name);}
488  static button help(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::help(), location, size, name);}
495  static 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 xtd::forms::button::create(parent, system_texts::help(), location, size, name);}
501  static button home(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::home(), location, size, name);}
508  static 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 xtd::forms::button::create(parent, system_texts::home(), location, size, name);}
514  static button ignore(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::ignore(), location, size, name);}
521  static 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 xtd::forms::button::create(parent, system_texts::ignore(), location, size, name);}
527  static button indent(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::indent(), location, size, name);}
534  static 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 xtd::forms::button::create(parent, system_texts::indent(), location, size, name);}
540  static button index(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::index(), location, size, name);}
547  static 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 xtd::forms::button::create(parent, system_texts::index(), location, size, name);}
553  static button info(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::info(), location, size, name);}
560  static 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 xtd::forms::button::create(parent, system_texts::info(), location, size, name);}
566  static button italic(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::italic(), location, size, name);}
573  static 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 xtd::forms::button::create(parent, system_texts::italic(), location, size, name);}
579  static button justified(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::justified(), location, size, name);}
586  static 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 xtd::forms::button::create(parent, system_texts::justified(), location, size, name);}
592  static button jump_to(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::jump_to(), location, size, name);}
599  static 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 xtd::forms::button::create(parent, system_texts::jump_to(), location, size, name);}
605  static button last(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::last(), location, size, name);}
612  static 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 xtd::forms::button::create(parent, system_texts::last(), location, size, name);}
618  static button network(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::network(), location, size, name);}
625  static 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 xtd::forms::button::create(parent, system_texts::network(), location, size, name);}
631  static button new_(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::new_(), location, size, name);}
638  static 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 xtd::forms::button::create(parent, system_texts::new_(), location, size, name);}
644  static button no(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::no(), location, size, name);}
651  static 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 xtd::forms::button::create(parent, system_texts::no(), location, size, name);}
657  static button ok(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::ok(), location, size, name);}
664  static 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 xtd::forms::button::create(parent, system_texts::ok(), location, size, name);}
670  static button open(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::open(), location, size, name);}
677  static 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 xtd::forms::button::create(parent, system_texts::open(), location, size, name);}
683  static button options(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::options(), location, size, name);}
690  static 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 xtd::forms::button::create(parent, system_texts::options(), location, size, name);}
696  static button paste(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::paste(), location, size, name);}
703  static 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 xtd::forms::button::create(parent, system_texts::paste(), location, size, name);}
709  static button preferences(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::preferences(), location, size, name);}
716  static 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 xtd::forms::button::create(parent, system_texts::preferences(), location, size, name);}
722  static button print(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::print(), location, size, name);}
729  static 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 xtd::forms::button::create(parent, system_texts::print(), location, size, name);}
742  static 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 xtd::forms::button::create(parent, system_texts::print_preview(), location, size, name);}
748  static button properties(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::properties(), location, size, name);}
755  static 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 xtd::forms::button::create(parent, system_texts::properties(), location, size, name);}
761  static button quit(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::quit(), location, size, name);}
768  static 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 xtd::forms::button::create(parent, system_texts::quit(), location, size, name);}
774  static button redo(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::redo(), location, size, name);}
781  static 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 xtd::forms::button::create(parent, system_texts::redo(), location, size, name);}
787  static button refresh(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::refresh(), location, size, name);}
794  static 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 xtd::forms::button::create(parent, system_texts::refresh(), location, size, name);}
800  static button remove(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::remove(), location, size, name);}
807  static 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 xtd::forms::button::create(parent, system_texts::remove(), location, size, name);}
813  static button replace(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::replace(), location, size, name);}
820  static 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 xtd::forms::button::create(parent, system_texts::replace(), location, size, name);}
826  static button retry(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::retry(), location, size, name);}
833  static 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 xtd::forms::button::create(parent, system_texts::retry(), location, size, name);}
839  static 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 xtd::forms::button::create(system_texts::revert_to_saved(), location, size, name);}
846  static 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 xtd::forms::button::create(parent, system_texts::revert_to_saved(), location, size, name);}
852  static button save(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::save(), location, size, name);}
859  static 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 xtd::forms::button::create(parent, system_texts::save(), location, size, name);}
865  static button save_as(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::save_as(), location, size, name);}
872  static 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 xtd::forms::button::create(parent, system_texts::save_as(), location, size, name);}
878  static button search(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::search(), location, size, name);}
885  static 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 xtd::forms::button::create(parent, system_texts::search(), location, size, name);}
891  static button select_all(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::select_all(), location, size, name);}
898  static 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 xtd::forms::button::create(parent, system_texts::select_all(), location, size, name);}
904  static button spell_check(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::spell_check(), location, size, name);}
911  static 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 xtd::forms::button::create(parent, system_texts::spell_check(), location, size, name);}
917  static button stop(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::stop(), location, size, name);}
924  static 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 xtd::forms::button::create(parent, system_texts::stop(), location, size, name);}
930  static button strikeout(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::strikeout(), location, size, name);}
937  static 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 xtd::forms::button::create(parent, system_texts::strikeout(), location, size, name);}
943  static button tools(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::tools(), location, size, name);}
950  static 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 xtd::forms::button::create(parent, system_texts::tools(), location, size, name);}
956  static button top(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::top(), location, size, name);}
963  static 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 xtd::forms::button::create(parent, system_texts::top(), location, size, name);}
969  static button undelete(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::undelete(), location, size, name);}
976  static 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 xtd::forms::button::create(parent, system_texts::undelete(), location, size, name);}
982  static button underline(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::underline(), location, size, name);}
989  static 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 xtd::forms::button::create(parent, system_texts::underline(), location, size, name);}
995  static button undo(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::undo(), location, size, name);}
1002  static 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 xtd::forms::button::create(parent, system_texts::undo(), location, size, name);}
1008  static button unindent(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::unindent(), location, size, name);}
1015  static 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 xtd::forms::button::create(parent, system_texts::unindent(), location, size, name);}
1021  static button up(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::up(), location, size, name);}
1028  static 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 xtd::forms::button::create(parent, system_texts::up(), location, size, name);}
1034  static button view(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::view(), location, size, name);}
1041  static 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 xtd::forms::button::create(parent, system_texts::view(), location, size, name);}
1047  static button yes(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::yes(), location, size, name);}
1054  static 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 xtd::forms::button::create(parent, system_texts::yes(), location, size, name);}
1060  static button zoom_in(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::zoom_in(), location, size, name);}
1067  static 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 xtd::forms::button::create(parent, system_texts::zoom_in(), location, size, name);}
1073  static button zoom_out(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return xtd::forms::button::create(system_texts::zoom_out(), location, size, name);}
1080  static 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 xtd::forms::button::create(parent, system_texts::zoom_out(), location, size, name);}
1086  static 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 xtd::forms::button::create(system_texts::zoom_to_fit(), location, size, name);}
1093  static 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 xtd::forms::button::create(parent, system_texts::zoom_to_fit(), location, size, name);}
1095  };
1096  }
1097 }
static 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)
Create a system-defined button that represent delete button.
Definition: buttons.h:339
static 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)
Create a system-defined button that represent back button.
Definition: buttons.h:157
static button clear(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent clear button.
Definition: buttons.h:228
static 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)
Create a system-defined button that represent undelete button.
Definition: buttons.h:976
static button print(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent print button.
Definition: buttons.h:722
static xtd::ustring align_left()
Gets a system-defined text that has a string value of "Align Left". This field is constant...
static button save(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent save button.
Definition: buttons.h:852
static 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)
Create a system-defined button that represent close button.
Definition: buttons.h:248
static 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)
Create a system-defined button that represent forward button.
Definition: buttons.h:469
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 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)
Create a system-defined button that represent top button.
Definition: buttons.h:963
static 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)
Create a system-defined button that represent jump to button.
Definition: buttons.h:599
static xtd::ustring print()
Gets a system-defined text that has a string value of "&Print...". This field is constant.
static 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)
Create a system-defined button that represent select all button.
Definition: buttons.h:898
static button home(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent home button.
Definition: buttons.h:501
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 button bottom(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent bottom button.
Definition: buttons.h:176
static 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)
Create a system-defined button that represent print preview button.
Definition: buttons.h:742
static button apply(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent apply button.
Definition: buttons.h:124
static xtd::ustring search()
Gets a system-defined text that has a string value of "&Search". This field is constant.
static 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)
Create a system-defined button that represent edit button.
Definition: buttons.h:378
static xtd::ustring home()
Gets a system-defined text that has a string value of "&Home". This field is constant.
static 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)
Create a system-defined button that represent abort button.
Definition: buttons.h:40
static 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)
Create a system-defined button that represent apply button.
Definition: buttons.h:131
static 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)
Create a system-defined button that represent network button.
Definition: buttons.h:625
static 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)
Create a system-defined button that represent quit button.
Definition: buttons.h:768
static 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)
Create a system-defined button that represent actual size button.
Definition: buttons.h:66
static button down(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent down button.
Definition: buttons.h:358
static button ok(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent ok button.
Definition: buttons.h:657
static button del(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent delete button.
Definition: buttons.h:332
static button redo(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent redo button.
Definition: buttons.h:774
static button italic(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent italic button.
Definition: buttons.h:566
static xtd::ustring floppy()
Gets a system-defined text that has a string value of "&Floppy". This field is constant.
static button view(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent view button.
Definition: buttons.h:1034
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition: static.h:37
static button retry(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent retry button.
Definition: buttons.h:826
static button align_left(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent align left button.
Definition: buttons.h:98
static 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)
Create a system-defined button that represent new button.
Definition: buttons.h:638
static 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)
Create a system-defined button that represent tools button.
Definition: buttons.h:950
static 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)
Create a system-defined button that represent stop button.
Definition: buttons.h:924
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.
static button refresh(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent refresh button.
Definition: buttons.h:787
static 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)
Create a system-defined button that represent find button.
Definition: buttons.h:417
static 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)
Create a system-defined button that represent execute button.
Definition: buttons.h:391
static 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)
Create a system-defined button that represent copy button.
Definition: buttons.h:300
static button zoom_out(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent zoom out button.
Definition: buttons.h:1073
static button index(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent index button.
Definition: buttons.h:540
static button quit(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent quit button.
Definition: buttons.h:761
Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional ...
Definition: point.h:54
static button properties(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent properties button.
Definition: buttons.h:748
static button preferences(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent preferences button.
Definition: buttons.h:709
static button search(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent search button.
Definition: buttons.h:878
static button file(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent file button.
Definition: buttons.h:397
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
static 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)
Create a system-defined button that represent zoom to fit button.
Definition: buttons.h:1093
static button customize(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent customize button.
Definition: buttons.h:306
static button strikeout(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent strikeout button.
Definition: buttons.h:930
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
static 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)
Create a system-defined button that represent zoom out button.
Definition: buttons.h:1080
static 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)
Create a system-defined button that represent customize button.
Definition: buttons.h:313
static button network(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent network button.
Definition: buttons.h:618
static button floppy(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent floppy button.
Definition: buttons.h:436
static 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)
Create a system-defined button that represent centered button.
Definition: buttons.h:222
button add(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent add button.
Definition: buttons.h:72
static button unindent(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represents an unindented button.
Definition: buttons.h:1008
static button abort(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent abort button.
Definition: buttons.h:33
static button cut(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent cut button.
Definition: buttons.h:319
static button help(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent help button.
Definition: buttons.h:488
static xtd::ustring descending()
Gets a system-defined text that has a string value of "&Descending". This field is constant...
static button save_as(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent save as button.
Definition: buttons.h:865
static button harddisk(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent hard disk button.
Definition: buttons.h:475
static 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)
Create a system-defined button that represent spell check button.
Definition: buttons.h:911
static 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)
Create a system-defined button that represent bottom button.
Definition: buttons.h:183
static button align_right(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent align right button.
Definition: buttons.h:111
static button replace(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent replace button.
Definition: buttons.h:813
static button revert_to_saved(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent revert to saved button.
Definition: buttons.h:839
static 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)
Create a system-defined button that represent about button.
Definition: buttons.h:53
static 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)
Create a system-defined button that represent add button.
Definition: buttons.h:79
Contains xtd::forms::button control.
static xtd::ustring close()
Gets a system-defined text that has a string value of "&Close". This field is constant.
static 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)
Create a system-defined button that represent down button.
Definition: buttons.h:365
static 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)
Create a system-defined button that represent ascending button.
Definition: buttons.h:144
static button undo(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent undo button.
Definition: buttons.h:995
static 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)
Create a system-defined button that represent last button.
Definition: buttons.h:612
static button edit(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent edit button.
Definition: buttons.h:371
static button yes(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent yes button.
Definition: buttons.h:1047
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 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)
Create a system-defined button that represent zoom in button.
Definition: buttons.h:1067
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 button no(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent no button.
Definition: buttons.h:644
static 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)
Create a system-defined button that represent refresh button.
Definition: buttons.h:794
static xtd::ustring yes()
Gets a system-defined text that has a string value of "&Yes". This field is constant.
static button zoom_in(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent zoom in button.
Definition: buttons.h:1060
static button spell_check(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent spell check button.
Definition: buttons.h:904
static 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)
Create a system-defined button that represent floppy button.
Definition: buttons.h:443
static button font(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent font button.
Definition: buttons.h:449
static button up(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent up button.
Definition: buttons.h:1021
static button ignore(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent ignore button.
Definition: buttons.h:514
static button color(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent color button.
Definition: buttons.h:254
static button ascending(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent ascending button.
Definition: buttons.h:137
static 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)
Create a system-defined button that represent undo button.
Definition: buttons.h:1002
static button zoom_to_fit(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent zoom to fit button.
Definition: buttons.h:1086
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 button tools(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent tools button.
Definition: buttons.h:943
static button copy(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent copy button.
Definition: buttons.h:293
static 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)
Create a system-defined button that represent info button.
Definition: buttons.h:560
static button underline(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent underline button.
Definition: buttons.h:982
static button find(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent find button.
Definition: buttons.h:410
static button actual_size(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent actual size button.
Definition: buttons.h:59
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 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)
Create a system-defined button that represent file button.
Definition: buttons.h:404
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 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)
Create a system-defined button that represent properties button.
Definition: buttons.h:755
static 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)
Create a system-defined button that represent contents button.
Definition: buttons.h:274
static button last(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent last button.
Definition: buttons.h:605
static 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)
Create a system-defined button that represent descending button.
Definition: buttons.h:352
static 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)
Create a system-defined button that represent alignment button.
Definition: buttons.h:92
static button create(const xtd::ustring &text, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
A factory to create an xtd::forms::button with specified text, location, size, and name...
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 button select_all(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent select all button.
Definition: buttons.h:891
static button new_(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent new button.
Definition: buttons.h:631
static 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)
Create a system-defined button that represent align right button.
Definition: buttons.h:118
static 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)
Create a system-defined button that represent preferences button.
Definition: buttons.h:716
static button indent(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent indent button.
Definition: buttons.h:527
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 button convert(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent convert button.
Definition: buttons.h:280
static 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)
Create a system-defined button that represent paste button.
Definition: buttons.h:703
static xtd::ustring spell_check()
Gets a system-defined text that has a string value of "&Spell Check". This field is constant...
static 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)
Create a system-defined button that represent retry button.
Definition: buttons.h:833
static xtd::ustring stop()
Gets a system-defined text that has a string value of "&Stop". This field is constant.
static 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)
Create a system-defined button that represent align left button.
Definition: buttons.h:105
static xtd::ustring justified()
Gets a system-defined text that has a string value of "Justified". This field is constant.
static button back(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent back button.
Definition: buttons.h:150
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 button descending(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent descending button.
Definition: buttons.h:345
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 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)
Create a system-defined button that represent first button.
Definition: buttons.h:430
static button centered(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent centered button.
Definition: buttons.h:215
static 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)
Create a system-defined button that represent revert to saved button.
Definition: buttons.h:846
static xtd::ustring copy()
Gets a system-defined text that has a string value of "&Copy". This field is constant.
static 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)
Create a system-defined button that represent bold button.
Definition: buttons.h:170
static button stop(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent stop button.
Definition: buttons.h:917
static 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)
Create a system-defined button that represent save as button.
Definition: buttons.h:872
static xtd::ustring select_all()
Gets a system-defined text that has a string value of "Select &All". This field is constant...
Provides a collection of button objects for use by a Windows Forms application.
Definition: buttons.h:23
static xtd::ustring centered()
Gets a system-defined text that has a string value of "Centered". This field is constant.
static button top(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent top button.
Definition: buttons.h:956
static 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)
Create a system-defined button that represent index button.
Definition: buttons.h:547
static 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)
Create a system-defined button that represent cancel button.
Definition: buttons.h:196
static xtd::ustring alignment()
Gets a system-defined text that has a string value of "Alignment". This field is constant.
static 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)
Create a system-defined button that represent clear button.
Definition: buttons.h:235
static 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)
Create a system-defined button that represent color button.
Definition: buttons.h:261
static button undelete(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent undelete button.
Definition: buttons.h:969
static 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)
Create a system-defined button that represent ok button.
Definition: buttons.h:664
Defines the base class for controls, which are components with visual representation.
Definition: control.h:78
static button open(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent open button.
Definition: buttons.h:670
static xtd::ustring ok()
Gets a system-defined text that has a string value of "&OK". This field is constant.
static 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)
Create a system-defined button that represent italic button.
Definition: buttons.h:573
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 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)
Create a system-defined button that represent ignore button.
Definition: buttons.h:521
static xtd::ustring add()
Gets a system-defined text that has a string value of "Add". This field is constant.
static 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)
Create a system-defined button that represent font button.
Definition: buttons.h:456
static xtd::ustring network()
Gets a system-defined text that has a string value of "&Network". This field is constant.
static 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)
Create a system-defined button that represent up button.
Definition: buttons.h:1028
static 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)
Create a system-defined button that represent CD-Rom button.
Definition: buttons.h:209
static xtd::ustring quit()
Gets a system-defined text that has a string value of "&Quit". This field is constant.
static 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)
Create a system-defined button that represent indent button.
Definition: buttons.h:534
static xtd::ustring file()
Gets a system-defined text that has a string value of "&File". This field is constant.
static 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)
Create a system-defined button that represent view button.
Definition: buttons.h:1041
static button info(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent info button.
Definition: buttons.h:553
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 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)
Create a system-defined button that represent redo button.
Definition: buttons.h:781
static button justified(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent justified button.
Definition: buttons.h:579
static 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)
Create a system-defined button that represent convert button.
Definition: buttons.h:287
static 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)
Create a system-defined button that represent replace button.
Definition: buttons.h:820
static 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)
Create a system-defined button that represent home button.
Definition: buttons.h:508
static button cancel(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent cancel button.
Definition: buttons.h:189
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 button jump_to(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent jump_to button.
Definition: buttons.h:592
static xtd::ustring strikeout()
Gets a system-defined text that has a string value of "&Strikeout". This field is constant...
static 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)
Create a system-defined button that represent hard disk button.
Definition: buttons.h:482
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 button forward(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent forward button.
Definition: buttons.h:462
static const ustring empty_string
Represents the empty string.
Definition: ustring.h:53
static 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)
Create a system-defined button that represent print button.
Definition: buttons.h:729
static 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)
Create a system-defined button that represent yes button.
Definition: buttons.h:1054
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 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)
Create a system-defined button that represent cut button.
Definition: buttons.h:326
static button alignment(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent alignment button.
Definition: buttons.h:85
static xtd::ustring properties()
Gets a system-defined text that has a string value of "&Properties". This field is constant...
static button print_preview(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent print preview button.
Definition: buttons.h:735
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 button first(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent first button.
Definition: buttons.h:423
static button cdrom(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent CD-Rom button.
Definition: buttons.h:202
Represents a Windows button control.
Definition: button.h:47
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 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)
Create a system-defined button that represent no button.
Definition: buttons.h:651
static xtd::ustring down()
Gets a system-defined text that has a string value of "&Down". This field is constant.
static button paste(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent paste button.
Definition: buttons.h:696
static xtd::ustring save()
Gets a system-defined text that has a string value of "&Save". This field is constant.
static button execute(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent execute button.
Definition: buttons.h:384
static 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)
Create a system-defined button that represent strikeout button.
Definition: buttons.h:937
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 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)
Create a system-defined button that represent help button.
Definition: buttons.h:495
static button close(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent close button.
Definition: buttons.h:241
static 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)
Create a system-defined button that represent justified button.
Definition: buttons.h:586
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 button about(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent about button.
Definition: buttons.h:46
static 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)
Create a system-defined button that represent options button.
Definition: buttons.h:690
static xtd::ustring abort()
Gets a system-defined text that has a string value of "&Abort". This field is constant.
static button bold(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent bold button.
Definition: buttons.h:163
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 button options(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent options button.
Definition: buttons.h:683
static xtd::ustring indent()
Gets a system-defined text that has a string value of "Indent". This field is constant.
static 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)
Create a system-defined button that represents an unindented button.
Definition: buttons.h:1015
static 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)
Create a system-defined button that represent save button.
Definition: buttons.h:859
static xtd::ustring paste()
Gets a system-defined text that has a string value of "&Paste". This field is constant.
static 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)
Create a system-defined button that represent search button.
Definition: buttons.h:885
static button contents(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined button that represent contents button.
Definition: buttons.h:267
static 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)
Create a system-defined button that represent open button.
Definition: buttons.h:677
static xtd::ustring view()
Gets a system-defined text that has a string value of "&View". This field is constant.
static 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)
Create a system-defined button that represent underline button.
Definition: buttons.h:989