xtd 0.2.0
toggle_buttons.h
Go to the documentation of this file.
1 #pragma once
5 #include "system_texts.h"
6 #include "toggle_button.h"
7 
9 namespace xtd {
11  namespace forms {
23  class forms_export_ toggle_buttons final static_ {
24  public:
26 
44  static toggle_button abort(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::abort(), three_state, check_state, location, size, name);}
52  static toggle_button about(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::about(), three_state, check_state, location, size, name);}
61  static toggle_button about(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::about(), three_state, check_state, location, size, name);}
78  static toggle_button actual_size(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::actual_size(), three_state, check_state, location, size, name);}
86  static toggle_button add(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::add(), three_state, check_state, location, size, name);}
95  static toggle_button add(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::add(), three_state, check_state, location, size, name);}
112  static toggle_button alignment(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::alignment(), three_state, check_state, location, size, name);}
129  static toggle_button align_left(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::align_left(), three_state, check_state, location, size, name);}
146  static toggle_button align_right(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::align_right(), three_state, check_state, location, size, name);}
154  static toggle_button apply(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::apply(), three_state, check_state, location, size, name);}
163  static toggle_button apply(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::apply(), three_state, check_state, location, size, name);}
180  static toggle_button ascending(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::ascending(), three_state, check_state, location, size, name);}
188  static toggle_button back(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::back(), three_state, check_state, location, size, name);}
197  static toggle_button back(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::back(), three_state, check_state, location, size, name);}
205  static toggle_button bold(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::bold(), three_state, check_state, location, size, name);}
214  static toggle_button bold(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::bold(), three_state, check_state, location, size, name);}
222  static toggle_button bottom(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::bottom(), three_state, check_state, location, size, name);}
231  static toggle_button bottom(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::bottom(), three_state, check_state, location, size, name);}
239  static toggle_button cancel(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::cancel(), three_state, check_state, location, size, name);}
248  static toggle_button cancel(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::cancel(), three_state, check_state, location, size, name);}
256  static toggle_button cdrom(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::cdrom(), three_state, check_state, location, size, name);}
265  static toggle_button cdrom(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::cdrom(), three_state, check_state, location, size, name);}
282  static toggle_button centered(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::centered(), three_state, check_state, location, size, name);}
290  static toggle_button clear(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::clear(), three_state, check_state, location, size, name);}
299  static toggle_button clear(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::clear(), three_state, check_state, location, size, name);}
307  static toggle_button close(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::close(), three_state, check_state, location, size, name);}
316  static toggle_button close(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::close(), three_state, check_state, location, size, name);}
324  static toggle_button color(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::color(), three_state, check_state, location, size, name);}
333  static toggle_button color(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::color(), three_state, check_state, location, size, name);}
350  static toggle_button contents(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::contents(), three_state, check_state, location, size, name);}
367  static toggle_button convert(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::convert(), three_state, check_state, location, size, name);}
375  static toggle_button copy(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::copy(), three_state, check_state, location, size, name);}
384  static toggle_button copy(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::copy(), three_state, check_state, location, size, name);}
401  static toggle_button customize(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::customize(), three_state, check_state, location, size, name);}
409  static toggle_button cut(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::cut(), three_state, check_state, location, size, name);}
418  static toggle_button cut(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::cut(), three_state, check_state, location, size, name);}
426  static toggle_button del(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::del(), three_state, check_state, location, size, name);}
435  static toggle_button del(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::del(), three_state, check_state, location, size, name);}
452  static toggle_button descending(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::descending(), three_state, check_state, location, size, name);}
460  static toggle_button down(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::down(), three_state, check_state, location, size, name);}
469  static toggle_button down(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::down(), three_state, check_state, location, size, name);}
477  static toggle_button edit(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::edit(), three_state, check_state, location, size, name);}
486  static toggle_button edit(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::edit(), three_state, check_state, location, size, name);}
503  static toggle_button execute(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::execute(), three_state, check_state, location, size, name);}
511  static toggle_button file(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::file(), three_state, check_state, location, size, name);}
520  static toggle_button file(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::file(), three_state, check_state, location, size, name);}
528  static toggle_button find(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::find(), three_state, check_state, location, size, name);}
537  static toggle_button find(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::find(), three_state, check_state, location, size, name);}
545  static toggle_button first(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::first(), three_state, check_state, location, size, name);}
554  static toggle_button first(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::first(), three_state, check_state, location, size, name);}
562  static toggle_button floppy(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::floppy(), three_state, check_state, location, size, name);}
571  static toggle_button floppy(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::floppy(), three_state, check_state, location, size, name);}
579  static toggle_button font(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::font(), three_state, check_state, location, size, name);}
588  static toggle_button font(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::font(), three_state, check_state, location, size, name);}
605  static toggle_button forward(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::forward(), three_state, check_state, location, size, name);}
622  static toggle_button harddisk(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::harddisk(), three_state, check_state, location, size, name);}
630  static toggle_button help(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::help(), three_state, check_state, location, size, name);}
639  static toggle_button help(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::help(), three_state, check_state, location, size, name);}
647  static toggle_button home(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::home(), three_state, check_state, location, size, name);}
656  static toggle_button home(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::home(), three_state, check_state, location, size, name);}
664  static toggle_button ignore(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::ignore(), three_state, check_state, location, size, name);}
673  static toggle_button ignore(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::ignore(), three_state, check_state, location, size, name);}
681  static toggle_button indent(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::indent(), three_state, check_state, location, size, name);}
690  static toggle_button indent(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::indent(), three_state, check_state, location, size, name);}
698  static toggle_button index(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::index(), three_state, check_state, location, size, name);}
707  static toggle_button index(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::index(), three_state, check_state, location, size, name);}
715  static toggle_button info(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::info(), three_state, check_state, location, size, name);}
724  static toggle_button info(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::info(), three_state, check_state, location, size, name);}
732  static toggle_button italic(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::italic(), three_state, check_state, location, size, name);}
741  static toggle_button italic(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::italic(), three_state, check_state, location, size, name);}
758  static toggle_button justified(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::justified(), three_state, check_state, location, size, name);}
775  static toggle_button jump_to(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::jump_to(), three_state, check_state, location, size, name);}
783  static toggle_button last(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::last(), three_state, check_state, location, size, name);}
792  static toggle_button last(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::last(), three_state, check_state, location, size, name);}
809  static toggle_button network(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::network(), three_state, check_state, location, size, name);}
817  static toggle_button new_(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::new_(), three_state, check_state, location, size, name);}
826  static toggle_button new_(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::new_(), three_state, check_state, location, size, name);}
834  static toggle_button no(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::no(), three_state, check_state, location, size, name);}
843  static toggle_button no(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::no(), three_state, check_state, location, size, name);}
851  static toggle_button ok(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::ok(), three_state, check_state, location, size, name);}
860  static toggle_button ok(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::ok(), three_state, check_state, location, size, name);}
868  static toggle_button open(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::open(), three_state, check_state, location, size, name);}
877  static toggle_button open(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::open(), three_state, check_state, location, size, name);}
894  static toggle_button options(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::options(), three_state, check_state, location, size, name);}
902  static toggle_button paste(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::paste(), three_state, check_state, location, size, name);}
911  static toggle_button paste(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::paste(), three_state, check_state, location, size, name);}
928  static toggle_button preferences(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::preferences(), three_state, check_state, location, size, name);}
936  static toggle_button print(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::print(), three_state, check_state, location, size, name);}
945  static toggle_button print(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::print(), three_state, check_state, location, size, name);}
962  static toggle_button print_preview(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::print_preview(), three_state, check_state, location, size, name);}
979  static toggle_button properties(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::properties(), three_state, check_state, location, size, name);}
987  static toggle_button quit(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::quit(), three_state, check_state, location, size, name);}
996  static toggle_button quit(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::quit(), three_state, check_state, location, size, name);}
1004  static toggle_button redo(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::redo(), three_state, check_state, location, size, name);}
1013  static toggle_button redo(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::redo(), three_state, check_state, location, size, name);}
1030  static toggle_button refresh(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::refresh(), three_state, check_state, location, size, name);}
1038  static toggle_button remove(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::remove(), three_state, check_state, location, size, name);}
1047  static toggle_button remove(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::remove(), three_state, check_state, location, size, name);}
1055  static toggle_button replace(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::replace(), three_state, check_state, location, size, name);}
1064  static toggle_button replace(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::replace(), three_state, check_state, location, size, name);}
1072  static toggle_button retry(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::retry(), three_state, check_state, location, size, name);}
1081  static toggle_button retry(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::retry(), three_state, check_state, location, size, name);}
1089  static toggle_button revert_to_saved(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::revert_to_saved(), three_state, check_state, location, size, name);}
1098  static toggle_button revert_to_saved(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::revert_to_saved(), three_state, check_state, location, size, name);}
1106  static toggle_button save(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::save(), three_state, check_state, location, size, name);}
1115  static toggle_button save(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::save(), three_state, check_state, location, size, name);}
1123  static toggle_button save_as(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::save_as(), three_state, check_state, location, size, name);}
1132  static toggle_button save_as(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::save_as(), three_state, check_state, location, size, name);}
1140  static toggle_button search(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::search(), three_state, check_state, location, size, name);}
1149  static toggle_button search(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::search(), three_state, check_state, location, size, name);}
1157  static toggle_button select_all(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::select_all(), three_state, check_state, location, size, name);}
1166  static toggle_button select_all(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::select_all(), three_state, check_state, location, size, name);}
1174  static toggle_button spell_check(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::spell_check(), three_state, check_state, location, size, name);}
1183  static toggle_button spell_check(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::spell_check(), three_state, check_state, location, size, name);}
1191  static toggle_button stop(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::stop(), three_state, check_state, location, size, name);}
1200  static toggle_button stop(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::stop(), three_state, check_state, location, size, name);}
1208  static toggle_button strikeout(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::strikeout(), three_state, check_state, location, size, name);}
1217  static toggle_button strikeout(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::strikeout(), three_state, check_state, location, size, name);}
1225  static toggle_button tools(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::tools(), three_state, check_state, location, size, name);}
1234  static toggle_button tools(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::tools(), three_state, check_state, location, size, name);}
1242  static toggle_button top(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::top(), three_state, check_state, location, size, name);}
1251  static toggle_button top(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::top(), three_state, check_state, location, size, name);}
1259  static toggle_button undelete(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::undelete(), three_state, check_state, location, size, name);}
1268  static toggle_button undelete(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::undelete(), three_state, check_state, location, size, name);}
1276  static toggle_button underline(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::underline(), three_state, check_state, location, size, name);}
1285  static toggle_button underline(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::underline(), three_state, check_state, location, size, name);}
1293  static toggle_button undo(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::undo(), three_state, check_state, location, size, name);}
1302  static toggle_button undo(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::undo(), three_state, check_state, location, size, name);}
1310  static toggle_button unindent(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::unindent(), three_state, check_state, location, size, name);}
1319  static toggle_button unindent(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::unindent(), three_state, check_state, location, size, name);}
1327  static toggle_button up(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::up(), three_state, check_state, location, size, name);}
1336  static toggle_button up(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::up(), three_state, check_state, location, size, name);}
1344  static toggle_button view(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::view(), three_state, check_state, location, size, name);}
1353  static toggle_button view(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::view(), three_state, check_state, location, size, name);}
1361  static toggle_button yes(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::yes(), three_state, check_state, location, size, name);}
1370  static toggle_button yes(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::yes(), three_state, check_state, location, size, name);}
1378  static toggle_button zoom_in(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::zoom_in(), three_state, check_state, location, size, name);}
1387  static toggle_button zoom_in(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::zoom_in(), three_state, check_state, location, size, name);}
1395  static toggle_button zoom_out(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::zoom_out(), three_state, check_state, location, size, name);}
1404  static toggle_button zoom_out(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::zoom_out(), three_state, check_state, location, size, name);}
1412  static toggle_button zoom_to_fit(bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(system_texts::zoom_to_fit(), three_state, check_state, location, size, name);}
1421  static toggle_button zoom_to_fit(const control& parent, bool three_state = false, xtd::forms::check_state check_state = xtd::forms::check_state::unchecked, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return toggle_button::create(parent, system_texts::zoom_to_fit(), three_state, check_state, location, size, name);}
1423  };
1424  }
1425 }
static toggle_button preferences(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent preferences toggle_button.
Definition: toggle_buttons.h:919
static toggle_button options(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent options toggle_button.
Definition: toggle_buttons.h:894
check_state
Specifies the state of a control, such as a check box, that can be checked, unchecked, or set to an indeterminate state.
Definition: check_state.h:21
static toggle_button select_all(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent select all toggle_button.
Definition: toggle_buttons.h:1166
static xtd::ustring align_left()
Gets a system-defined text that has a string value of "Align Left". This field is constant...
static toggle_button replace(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent replace toggle_button.
Definition: toggle_buttons.h:1055
The control is unchecked.
static toggle_button last(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent last toggle_button.
Definition: toggle_buttons.h:792
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 toggle_button redo(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent redo toggle_button.
Definition: toggle_buttons.h:1004
static xtd::ustring print()
Gets a system-defined text that has a string value of "&Print...". This field is constant.
static toggle_button back(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent back toggle_button.
Definition: toggle_buttons.h:188
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 toggle_button cdrom(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent CD-Rom toggle_button.
Definition: toggle_buttons.h:265
static toggle_button actual_size(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent actual size toggle_button.
Definition: toggle_buttons.h:78
static xtd::ustring convert()
Gets a system-defined text that has a string value of "&Convert". This field is constant.
static toggle_button close(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent close toggle_button.
Definition: toggle_buttons.h:307
static xtd::ustring search()
Gets a system-defined text that has a string value of "&Search". This field is constant.
static toggle_button justified(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent justified toggle_button.
Definition: toggle_buttons.h:758
static xtd::ustring home()
Gets a system-defined text that has a string value of "&Home". This field is constant.
static toggle_button new_(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent new toggle_button.
Definition: toggle_buttons.h:826
static toggle_button cut(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent cut toggle_button.
Definition: toggle_buttons.h:409
static toggle_button abort(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent abort toggle_button.
Definition: toggle_buttons.h:35
static toggle_button alignment(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent alignment toggle_button.
Definition: toggle_buttons.h:112
static toggle_button del(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent delete toggle_button.
Definition: toggle_buttons.h:426
static toggle_button no(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent no toggle_button.
Definition: toggle_buttons.h:834
static toggle_button add(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent add toggle_button.
Definition: toggle_buttons.h:86
static xtd::ustring floppy()
Gets a system-defined text that has a string value of "&Floppy". This field is constant.
static toggle_button ascending(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent ascending toggle_button.
Definition: toggle_buttons.h:171
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition: static.h:37
static toggle_button centered(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent centered toggle_button.
Definition: toggle_buttons.h:273
static toggle_button italic(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent italic toggle_button.
Definition: toggle_buttons.h:732
static toggle_button open(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent open toggle_button.
Definition: toggle_buttons.h:877
static toggle_button edit(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent edit toggle_button.
Definition: toggle_buttons.h:477
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 toggle_button undelete(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent undelete toggle_button.
Definition: toggle_buttons.h:1268
static toggle_button down(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent down toggle_button.
Definition: toggle_buttons.h:460
static toggle_button up(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent up toggle_button.
Definition: toggle_buttons.h:1327
static toggle_button quit(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent quit toggle_button.
Definition: toggle_buttons.h:987
static toggle_button select_all(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent select all toggle_button.
Definition: toggle_buttons.h:1157
static toggle_button font(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent font toggle_button.
Definition: toggle_buttons.h:579
static toggle_button forward(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent forward toggle_button.
Definition: toggle_buttons.h:596
static toggle_button replace(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent replace toggle_button.
Definition: toggle_buttons.h:1064
Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional ...
Definition: point.h:54
static toggle_button info(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent info toggle_button.
Definition: toggle_buttons.h:715
static toggle_button revert_to_saved(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent revert to saved toggle_button.
Definition: toggle_buttons.h:1089
static toggle_button home(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent home toggle_button.
Definition: toggle_buttons.h:656
static toggle_button search(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent search toggle_button.
Definition: toggle_buttons.h:1149
static toggle_button spell_check(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent spell check toggle_button.
Definition: toggle_buttons.h:1183
static toggle_button yes(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent yes toggle_button.
Definition: toggle_buttons.h:1370
static toggle_button about(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent about toggle_button.
Definition: toggle_buttons.h:52
static xtd::ustring ascending()
Gets a system-defined text that has a string value of "&Ascending". This field is constant...
static toggle_button indent(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent indent toggle_button.
Definition: toggle_buttons.h:681
Stores an ordered pair of integers, which specify a height and width.
Definition: size.h:31
Contains xtd::forms::toggle_button control.
static toggle_button convert(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent convert toggle_button.
Definition: toggle_buttons.h:358
static toggle_button top(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent top toggle_button.
Definition: toggle_buttons.h:1251
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
static toggle_button preferences(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent preferences toggle_button.
Definition: toggle_buttons.h:928
static toggle_button zoom_in(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent zoom in toggle_button.
Definition: toggle_buttons.h:1387
static toggle_button contents(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent contents toggle_button.
Definition: toggle_buttons.h:341
static toggle_button yes(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent yes toggle_button.
Definition: toggle_buttons.h:1361
static toggle_button zoom_in(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent zoom in toggle_button.
Definition: toggle_buttons.h:1378
static toggle_button stop(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent stop toggle_button.
Definition: toggle_buttons.h:1191
static toggle_button customize(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent customize toggle_button.
Definition: toggle_buttons.h:401
static xtd::ustring descending()
Gets a system-defined text that has a string value of "&Descending". This field is constant...
static toggle_button apply(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent apply toggle_button.
Definition: toggle_buttons.h:154
static toggle_button index(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent index toggle_button.
Definition: toggle_buttons.h:707
static xtd::ustring close()
Gets a system-defined text that has a string value of "&Close". This field is constant.
static toggle_button ok(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent ok toggle_button.
Definition: toggle_buttons.h:851
static toggle_button options(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent options toggle_button.
Definition: toggle_buttons.h:885
static toggle_button help(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent help toggle_button.
Definition: toggle_buttons.h:630
static toggle_button abort(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent abort toggle_button.
Definition: toggle_buttons.h:44
static toggle_button align_right(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent align right toggle_button.
Definition: toggle_buttons.h:146
static toggle_button view(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent view toggle_button.
Definition: toggle_buttons.h:1344
static xtd::ustring bottom()
Gets a system-defined text that has a string value of "&Bottom". This field is constant.
Represents text as a sequence of UTF-8 code units.
Definition: ustring.h:46
static xtd::ustring retry()
Gets a system-defined text that has a string value of "&Retry". This field is constant.
static xtd::ustring save_as()
Gets a system-defined text that has a string value of "Save &As...". This field is constant...
static toggle_button zoom_to_fit(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent zoom to fit toggle_button.
Definition: toggle_buttons.h:1421
static toggle_button harddisk(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent harddisk toggle_button.
Definition: toggle_buttons.h:622
static toggle_button floppy(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent floppy toggle_button.
Definition: toggle_buttons.h:562
static toggle_button del(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent delete toggle_button.
Definition: toggle_buttons.h:435
static xtd::ustring yes()
Gets a system-defined text that has a string value of "&Yes". This field is constant.
static toggle_button print_preview(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent print preview toggle_button. ...
Definition: toggle_buttons.h:953
static toggle_button view(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent view toggle_button.
Definition: toggle_buttons.h:1353
static toggle_button convert(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent convert toggle_button.
Definition: toggle_buttons.h:367
static toggle_button copy(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent copy toggle_button.
Definition: toggle_buttons.h:375
static toggle_button bottom(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent bottom toggle_button.
Definition: toggle_buttons.h:222
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 toggle_button cancel(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent cancel toggle_button.
Definition: toggle_buttons.h:248
static toggle_button paste(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent paste toggle_button.
Definition: toggle_buttons.h:902
static toggle_button execute(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent execute toggle_button.
Definition: toggle_buttons.h:494
static toggle_button undelete(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent undelete toggle_button.
Definition: toggle_buttons.h:1259
static toggle_button about(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent about toggle_button.
Definition: toggle_buttons.h:61
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 toggle_button ignore(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent ignore toggle_button.
Definition: toggle_buttons.h:664
static toggle_button first(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent first toggle_button.
Definition: toggle_buttons.h:554
static xtd::ustring help()
Gets a system-defined text that has a string value of "&Help". This field is constant.
static toggle_button stop(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent stop toggle_button.
Definition: toggle_buttons.h:1200
static xtd::ustring no()
Gets a system-defined text that has a string value of "&No". This field is constant.
static toggle_button floppy(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent floppy toggle_button.
Definition: toggle_buttons.h:571
static toggle_button zoom_out(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent zoom out toggle_button.
Definition: toggle_buttons.h:1395
static toggle_button top(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent top toggle_button.
Definition: toggle_buttons.h:1242
static toggle_button info(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent info toggle_button.
Definition: toggle_buttons.h:724
static toggle_button quit(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent quit toggle_button.
Definition: toggle_buttons.h:996
static toggle_button properties(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent properties toggle_button.
Definition: toggle_buttons.h:970
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 toggle_button justified(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent justified toggle_button.
Definition: toggle_buttons.h:749
static toggle_button unindent(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represents an unindented toggle_button.
Definition: toggle_buttons.h:1310
static xtd::ustring edit()
Gets a system-defined text that has a string value of "&Edit". This field is constant.
static toggle_button last(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent last toggle_button.
Definition: toggle_buttons.h:783
static toggle_button help(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent help toggle_button.
Definition: toggle_buttons.h:639
static xtd::ustring about()
Gets a system-defined text that has a string value of "&About". This field is constant.
static toggle_button strikeout(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent strikeout toggle_button.
Definition: toggle_buttons.h:1208
static toggle_button tools(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent tools toggle_button.
Definition: toggle_buttons.h:1234
static toggle_button apply(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent apply toggle_button.
Definition: toggle_buttons.h:163
static xtd::ustring customize()
Gets a system-defined text that has a string value of "&Customize". This field is constant...
static toggle_button network(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent network toggle_button.
Definition: toggle_buttons.h:800
static toggle_button add(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent add toggle_button.
Definition: toggle_buttons.h:95
static xtd::ustring spell_check()
Gets a system-defined text that has a string value of "&Spell Check". This field is constant...
static toggle_button cancel(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent cancel toggle_button.
Definition: toggle_buttons.h:239
static xtd::ustring stop()
Gets a system-defined text that has a string value of "&Stop". This field is constant.
static toggle_button find(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent find toggle_button.
Definition: toggle_buttons.h:528
static xtd::ustring justified()
Gets a system-defined text that has a string value of "Justified". This field is constant.
static xtd::ustring undelete()
Gets a system-defined text that has a string value of "Undelete". This field is constant.
static xtd::ustring print_preview()
Gets a system-defined text that has a string value of "Print Re&view". This field is constant...
static toggle_button print(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent print toggle_button.
Definition: toggle_buttons.h:945
static toggle_button bottom(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent bottom toggle_button.
Definition: toggle_buttons.h:231
static toggle_button print_preview(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent print preview toggle_button. ...
Definition: toggle_buttons.h:962
static xtd::ustring cut()
Gets a system-defined text that has a string value of "Cu&t". This field is constant.
static toggle_button descending(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent descending toggle_button.
Definition: toggle_buttons.h:443
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 toggle_button retry(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent retry toggle_button.
Definition: toggle_buttons.h:1072
static xtd::ustring copy()
Gets a system-defined text that has a string value of "&Copy". This field is constant.
static xtd::ustring select_all()
Gets a system-defined text that has a string value of "Select &All". This field is constant...
static toggle_button first(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent first toggle_button.
Definition: toggle_buttons.h:545
static xtd::ustring centered()
Gets a system-defined text that has a string value of "Centered". This field is constant.
static toggle_button forward(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent forward toggle_button.
Definition: toggle_buttons.h:605
static toggle_button redo(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent redo toggle_button.
Definition: toggle_buttons.h:1013
static toggle_button back(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent back toggle_button.
Definition: toggle_buttons.h:197
static toggle_button refresh(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent refresh toggle_button.
Definition: toggle_buttons.h:1030
static xtd::ustring alignment()
Gets a system-defined text that has a string value of "Alignment". This field is constant.
static toggle_button new_(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent new toggle_button.
Definition: toggle_buttons.h:817
static toggle_button file(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent file toggle_button.
Definition: toggle_buttons.h:511
static toggle_button save(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent save toggle_button.
Definition: toggle_buttons.h:1106
static toggle_button save(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent save toggle_button.
Definition: toggle_buttons.h:1115
static toggle_button index(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent index toggle_button.
Definition: toggle_buttons.h:698
static toggle_button no(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent no toggle_button.
Definition: toggle_buttons.h:843
static toggle_button ignore(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent ignore toggle_button.
Definition: toggle_buttons.h:673
static toggle_button edit(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent edit toggle_button.
Definition: toggle_buttons.h:486
static toggle_button ok(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent ok toggle_button.
Definition: toggle_buttons.h:860
static toggle_button actual_size(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent actual size toggle_button.
Definition: toggle_buttons.h:69
Defines the base class for controls, which are components with visual representation.
Definition: control.h:78
static toggle_button descending(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent descending toggle_button.
Definition: toggle_buttons.h:452
static xtd::ustring ok()
Gets a system-defined text that has a string value of "&OK". This field is constant.
static xtd::ustring font()
Gets a system-defined text that has a string value of "&Font". This field is constant.
static xtd::ustring replace()
Gets a system-defined text that has a string value of "Rep&lace". This field is constant.
static toggle_button undo(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent undo toggle_button.
Definition: toggle_buttons.h:1293
Contains xtd::forms::system_texts factory.
static xtd::ustring add()
Gets a system-defined text that has a string value of "Add". This field is constant.
static toggle_button customize(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent customize toggle_button.
Definition: toggle_buttons.h:392
static xtd::ustring network()
Gets a system-defined text that has a string value of "&Network". This field is constant.
static toggle_button centered(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent centered toggle_button.
Definition: toggle_buttons.h:282
static toggle_button align_right(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent align right toggle_button.
Definition: toggle_buttons.h:137
static toggle_button jump_to(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent jump to toggle_button.
Definition: toggle_buttons.h:775
static toggle_button undo(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent undo toggle_button.
Definition: toggle_buttons.h:1302
static xtd::ustring quit()
Gets a system-defined text that has a string value of "&Quit". This field is constant.
static xtd::ustring file()
Gets a system-defined text that has a string value of "&File". This field is constant.
static toggle_button down(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent down toggle_button.
Definition: toggle_buttons.h:469
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 toggle_button unindent(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represents an unindented toggle_button.
Definition: toggle_buttons.h:1319
static toggle_button clear(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent clear toggle_button.
Definition: toggle_buttons.h:299
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 toggle_button harddisk(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent harddisk toggle_button.
Definition: toggle_buttons.h:613
static toggle_button paste(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent paste toggle_button.
Definition: toggle_buttons.h:911
static xtd::ustring execute()
Gets a system-defined text that has a string value of "&Execute". This field is constant.
static toggle_button search(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent search toggle_button.
Definition: toggle_buttons.h:1140
static toggle_button underline(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent underline toggle_button.
Definition: toggle_buttons.h:1285
static toggle_button zoom_to_fit(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent zoom to fit toggle_button.
Definition: toggle_buttons.h:1412
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 toggle_button tools(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent tools toggle_button.
Definition: toggle_buttons.h:1225
static xtd::ustring new_()
Gets a system-defined text that has a string value of "&New". This field is constant.
static toggle_button find(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent find toggle_button.
Definition: toggle_buttons.h:537
static toggle_button contents(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent contents toggle_button.
Definition: toggle_buttons.h:350
static xtd::ustring strikeout()
Gets a system-defined text that has a string value of "&Strikeout". This field is constant...
static toggle_button network(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent network toggle_button.
Definition: toggle_buttons.h:809
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition: about_box.h:13
static toggle_button underline(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent underline toggle_button.
Definition: toggle_buttons.h:1276
static xtd::ustring actual_size()
Gets a system-defined text that has a string value of "&Actual Size". This field is constant...
static const ustring empty_string
Represents the empty string.
Definition: ustring.h:53
static toggle_button save_as(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent save as toggle_button.
Definition: toggle_buttons.h:1132
static toggle_button revert_to_saved(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent revert to saved toggle_button.
Definition: toggle_buttons.h:1098
static xtd::ustring cancel()
Gets a system-defined text that has a string value of "&Cancel". This field is constant.
static toggle_button retry(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent retry toggle_button.
Definition: toggle_buttons.h:1081
static toggle_button home(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent home toggle_button.
Definition: toggle_buttons.h:647
static xtd::ustring color()
Gets a system-defined text that has a string value of "&Color". This field is constant.
static toggle_button cdrom(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent CD-Rom toggle_button.
Definition: toggle_buttons.h:256
static xtd::ustring apply()
Gets a system-defined text that has a string value of "&Apply". This field is constant.
static toggle_button properties(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent properties toggle_button.
Definition: toggle_buttons.h:979
static xtd::ustring properties()
Gets a system-defined text that has a string value of "&Properties". This field is constant...
Specifies that both the x and y coordinates of the control are defined.
Provides a collection of toggle_button objects for use by a Windows Forms application.
Definition: toggle_buttons.h:23
static toggle_button print(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent print toggle_button.
Definition: toggle_buttons.h:936
static xtd::ustring redo()
Gets a system-defined text that has a string value of "&Redo". This field is constant.
static toggle_button font(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent font toggle_button.
Definition: toggle_buttons.h:588
static xtd::ustring tools()
Gets a system-defined text that has a string value of "&Tools". This field is constant.
static toggle_button align_left(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent align left toggle_button.
Definition: toggle_buttons.h:129
static toggle_button clear(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent clear toggle_button.
Definition: toggle_buttons.h:290
static toggle_button execute(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent execute toggle_button.
Definition: toggle_buttons.h:503
static toggle_button close(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent close toggle_button.
Definition: toggle_buttons.h:316
static toggle_button bold(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent bold toggle_button.
Definition: toggle_buttons.h:205
static toggle_button strikeout(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent strikeout toggle_button.
Definition: toggle_buttons.h:1217
static toggle_button jump_to(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent jump_to toggle_button.
Definition: toggle_buttons.h:766
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 toggle_button save_as(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent save as toggle_button.
Definition: toggle_buttons.h:1123
static toggle_button copy(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent copy toggle_button.
Definition: toggle_buttons.h:384
static toggle_button file(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent file toggle_button.
Definition: toggle_buttons.h:520
static xtd::ustring first()
Gets a system-defined text that has a string value of "&First". This field is constant.
static xtd::ustring underline()
Gets a system-defined text that has a string value of "&Underline". This field is constant...
static xtd::ustring down()
Gets a system-defined text that has a string value of "&Down". This field is constant.
static toggle_button create(const xtd::ustring &text, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, 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::toggle_button with specified text, three_state, check_state, location ,size, and name.
static toggle_button cut(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent cut toggle_button.
Definition: toggle_buttons.h:418
static toggle_button alignment(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent alignment toggle_button.
Definition: toggle_buttons.h:103
static toggle_button bold(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent bold toggle_button.
Definition: toggle_buttons.h:214
static toggle_button open(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent open toggle_button.
Definition: toggle_buttons.h:868
static toggle_button italic(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent italic toggle_button.
Definition: toggle_buttons.h:741
static xtd::ustring save()
Gets a system-defined text that has a string value of "&Save". This field is constant.
static xtd::ustring cdrom()
Gets a system-defined text that has a string value of "&CD-Rom". This field is constant.
static xtd::ustring bold()
Gets a system-defined text that has a string value of "&Bold". This field is constant.
static toggle_button zoom_out(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent zoom out toggle_button.
Definition: toggle_buttons.h:1404
static toggle_button spell_check(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent spell check toggle_button.
Definition: toggle_buttons.h:1174
static toggle_button ascending(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent ascending toggle_button.
Definition: toggle_buttons.h:180
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 toggle_button indent(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent indent toggle_button.
Definition: toggle_buttons.h:690
static toggle_button refresh(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent refresh toggle_button.
Definition: toggle_buttons.h:1021
static xtd::ustring abort()
Gets a system-defined text that has a string value of "&Abort". This field is constant.
static toggle_button color(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent color toggle_button.
Definition: toggle_buttons.h:324
static toggle_button align_left(bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent align left toggle_button.
Definition: toggle_buttons.h:120
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.
Represents a Windows toggle_button.
Definition: toggle_button.h:42
static xtd::ustring indent()
Gets a system-defined text that has a string value of "Indent". This field is constant.
static toggle_button up(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent up toggle_button.
Definition: toggle_buttons.h:1336
static xtd::ustring paste()
Gets a system-defined text that has a string value of "&Paste". This field is constant.
static toggle_button color(const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined toggle_button that represent color toggle_button.
Definition: toggle_buttons.h:333
static xtd::ustring view()
Gets a system-defined text that has a string value of "&View". This field is constant.