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