xtd 0.2.0
radio_buttons.h
Go to the documentation of this file.
1 #pragma once
5 #include "radio_button.h"
6 #include "system_texts.h"
7 
9 namespace xtd {
11  namespace forms {
23  class forms_export_ radio_buttons final static_ {
24  public:
26 
34  static radio_button abort(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::abort(), checked, location, size, name);}
42  static radio_button abort(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::abort(), checked, location, size, name);}
49  static radio_button about(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::about(), checked, location, size, name);}
57  static radio_button about(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::about(), checked, location, size, name);}
64  static radio_button actual_size(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::actual_size(), checked, location, size, name);}
72  static radio_button actual_size(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::actual_size(), checked, location, size, name);}
79  static radio_button add(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::add(), checked, location, size, name);}
87  static radio_button add(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::add(), checked, location, size, name);}
94  static radio_button alignment(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::alignment(), checked, location, size, name);}
102  static radio_button alignment(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::alignment(), checked, location, size, name);}
109  static radio_button align_left(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::align_left(), checked, location, size, name);}
117  static radio_button align_left(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::align_left(), checked, location, size, name);}
124  static radio_button align_right(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::align_right(), checked, location, size, name);}
132  static radio_button align_right(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::align_right(), checked, location, size, name);}
139  static radio_button apply(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::apply(), checked, location, size, name);}
147  static radio_button apply(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::apply(), checked, location, size, name);}
154  static radio_button ascending(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::ascending(), checked, location, size, name);}
162  static radio_button ascending(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::ascending(), checked, location, size, name);}
169  static radio_button back(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::back(), checked, location, size, name);}
177  static radio_button back(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::back(), checked, location, size, name);}
184  static radio_button bold(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::bold(), checked, location, size, name);}
192  static radio_button bold(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::bold(), checked, location, size, name);}
199  static radio_button bottom(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::bottom(), checked, location, size, name);}
207  static radio_button bottom(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::bottom(), checked, location, size, name);}
214  static radio_button cancel(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::cancel(), checked, location, size, name);}
222  static radio_button cancel(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::cancel(), checked, location, size, name);}
229  static radio_button cdrom(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::cdrom(), checked, location, size, name);}
237  static radio_button cdrom(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::cdrom(), checked, location, size, name);}
244  static radio_button centered(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::centered(), checked, location, size, name);}
252  static radio_button centered(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::centered(), checked, location, size, name);}
259  static radio_button clear(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::clear(), checked, location, size, name);}
267  static radio_button clear(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::clear(), checked, location, size, name);}
274  static radio_button close(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::close(), checked, location, size, name);}
282  static radio_button close(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::close(), checked, location, size, name);}
289  static radio_button color(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::color(), checked, location, size, name);}
297  static radio_button color(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::color(), checked, location, size, name);}
304  static radio_button contents(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::contents(), checked, location, size, name);}
312  static radio_button contents(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::contents(), checked, location, size, name);}
319  static radio_button convert(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::convert(), checked, location, size, name);}
327  static radio_button convert(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::convert(), checked, location, size, name);}
334  static radio_button copy(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::copy(), checked, location, size, name);}
342  static radio_button copy(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::copy(), checked, location, size, name);}
349  static radio_button customize(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::customize(), checked, location, size, name);}
357  static radio_button customize(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::customize(), checked, location, size, name);}
364  static radio_button cut(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::cut(), checked, location, size, name);}
372  static radio_button cut(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::cut(), checked, location, size, name);}
379  static radio_button del(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::del(), checked, location, size, name);}
387  static radio_button del(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::del(), checked, location, size, name);}
394  static radio_button descending(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::descending(), checked, location, size, name);}
402  static radio_button descending(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::descending(), checked, location, size, name);}
409  static radio_button down(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::down(), checked, location, size, name);}
417  static radio_button down(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::down(), checked, location, size, name);}
424  static radio_button edit(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::edit(), checked, location, size, name);}
432  static radio_button edit(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::edit(), checked, location, size, name);}
439  static radio_button execute(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::execute(), checked, location, size, name);}
447  static radio_button execute(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::execute(), checked, location, size, name);}
454  static radio_button file(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::file(), checked, location, size, name);}
462  static radio_button file(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::file(), checked, location, size, name);}
469  static radio_button find(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::find(), checked, location, size, name);}
477  static radio_button find(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::find(), checked, location, size, name);}
484  static radio_button first(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::first(), checked, location, size, name);}
492  static radio_button first(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::first(), checked, location, size, name);}
499  static radio_button floppy(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::floppy(), checked, location, size, name);}
507  static radio_button floppy(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::floppy(), checked, location, size, name);}
514  static radio_button font(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::font(), checked, location, size, name);}
522  static radio_button font(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::font(), checked, location, size, name);}
529  static radio_button forward(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::forward(), checked, location, size, name);}
537  static radio_button forward(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::forward(), checked, location, size, name);}
544  static radio_button harddisk(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::harddisk(), checked, location, size, name);}
552  static radio_button harddisk(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::harddisk(), checked, location, size, name);}
559  static radio_button help(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::help(), checked, location, size, name);}
567  static radio_button help(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::help(), checked, location, size, name);}
574  static radio_button home(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::home(), checked, location, size, name);}
582  static radio_button home(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::home(), checked, location, size, name);}
589  static radio_button ignore(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::ignore(), checked, location, size, name);}
597  static radio_button ignore(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::ignore(), checked, location, size, name);}
604  static radio_button indent(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::indent(), checked, location, size, name);}
612  static radio_button indent(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::indent(), checked, location, size, name);}
619  static radio_button index(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::index(), checked, location, size, name);}
627  static radio_button index(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::index(), checked, location, size, name);}
634  static radio_button info(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::info(), checked, location, size, name);}
642  static radio_button info(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::info(), checked, location, size, name);}
649  static radio_button italic(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::italic(), checked, location, size, name);}
657  static radio_button italic(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::italic(), checked, location, size, name);}
664  static radio_button justified(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::justified(), checked, location, size, name);}
672  static radio_button justified(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::justified(), checked, location, size, name);}
679  static radio_button jump_to(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::jump_to(), checked, location, size, name);}
687  static radio_button jump_to(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::jump_to(), checked, location, size, name);}
694  static radio_button last(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::last(), checked, location, size, name);}
702  static radio_button last(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::last(), checked, location, size, name);}
709  static radio_button network(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::network(), checked, location, size, name);}
717  static radio_button network(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::network(), checked, location, size, name);}
724  static radio_button new_(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::new_(), checked, location, size, name);}
732  static radio_button new_(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::new_(), checked, location, size, name);}
739  static radio_button no(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::no(), checked, location, size, name);}
747  static radio_button no(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::no(), checked, location, size, name);}
754  static radio_button ok(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::ok(), checked, location, size, name);}
762  static radio_button ok(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::ok(), checked, location, size, name);}
769  static radio_button open(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::open(), checked, location, size, name);}
777  static radio_button open(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::open(), checked, location, size, name);}
784  static radio_button options(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::options(), checked, location, size, name);}
792  static radio_button options(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::options(), checked, location, size, name);}
799  static radio_button paste(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::paste(), checked, location, size, name);}
807  static radio_button paste(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::paste(), checked, location, size, name);}
814  static radio_button preferences(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::preferences(), checked, location, size, name);}
822  static radio_button preferences(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::preferences(), checked, location, size, name);}
829  static radio_button print(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::print(), checked, location, size, name);}
837  static radio_button print(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::print(), checked, location, size, name);}
844  static radio_button print_preview(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::print_preview(), checked, location, size, name);}
852  static radio_button print_preview(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::print_preview(), checked, location, size, name);}
859  static radio_button properties(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::properties(), checked, location, size, name);}
867  static radio_button properties(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::properties(), checked, location, size, name);}
874  static radio_button quit(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::quit(), checked, location, size, name);}
882  static radio_button quit(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::quit(), checked, location, size, name);}
889  static radio_button redo(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::redo(), checked, location, size, name);}
897  static radio_button redo(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::redo(), checked, location, size, name);}
904  static radio_button refresh(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::refresh(), checked, location, size, name);}
912  static radio_button refresh(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::refresh(), checked, location, size, name);}
919  static radio_button remove(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::remove(), checked, location, size, name);}
927  static radio_button remove(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::remove(), checked, location, size, name);}
934  static radio_button replace(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::replace(), checked, location, size, name);}
942  static radio_button replace(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::replace(), checked, location, size, name);}
949  static radio_button retry(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::retry(), checked, location, size, name);}
957  static radio_button retry(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::retry(), checked, location, size, name);}
964  static radio_button revert_to_saved(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::revert_to_saved(), checked, location, size, name);}
972  static radio_button revert_to_saved(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::revert_to_saved(), checked, location, size, name);}
979  static radio_button save(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::save(), checked, location, size, name);}
987  static radio_button save(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::save(), checked, location, size, name);}
994  static radio_button save_as(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::save_as(), checked, location, size, name);}
1002  static radio_button save_as(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::save_as(), checked, location, size, name);}
1009  static radio_button search(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::search(), checked, location, size, name);}
1017  static radio_button search(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::search(), checked, location, size, name);}
1024  static radio_button select_all(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::select_all(), checked, location, size, name);}
1032  static radio_button select_all(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::select_all(), checked, location, size, name);}
1039  static radio_button spell_check(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::spell_check(), checked, location, size, name);}
1047  static radio_button spell_check(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::spell_check(), checked, location, size, name);}
1054  static radio_button stop(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::stop(), checked, location, size, name);}
1062  static radio_button stop(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::stop(), checked, location, size, name);}
1069  static radio_button strikeout(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::strikeout(), checked, location, size, name);}
1077  static radio_button strikeout(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::strikeout(), checked, location, size, name);}
1084  static radio_button tools(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::tools(), checked, location, size, name);}
1092  static radio_button tools(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::tools(), checked, location, size, name);}
1099  static radio_button top(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::top(), checked, location, size, name);}
1107  static radio_button top(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::top(), checked, location, size, name);}
1114  static radio_button undelete(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::undelete(), checked, location, size, name);}
1122  static radio_button undelete(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::undelete(), checked, location, size, name);}
1129  static radio_button underline(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::underline(), checked, location, size, name);}
1137  static radio_button underline(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::underline(), checked, location, size, name);}
1144  static radio_button undo(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::undo(), checked, location, size, name);}
1152  static radio_button undo(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::undo(), checked, location, size, name);}
1159  static radio_button unindent(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::unindent(), checked, location, size, name);}
1167  static radio_button unindent(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::unindent(), checked, location, size, name);}
1174  static radio_button up(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::up(), checked, location, size, name);}
1182  static radio_button up(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::up(), checked, location, size, name);}
1189  static radio_button view(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::view(), checked, location, size, name);}
1197  static radio_button view(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::view(), checked, location, size, name);}
1204  static radio_button yes(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::yes(), checked, location, size, name);}
1212  static radio_button yes(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::yes(), checked, location, size, name);}
1219  static radio_button zoom_in(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::zoom_in(), checked, location, size, name);}
1227  static radio_button zoom_in(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::zoom_in(), checked, location, size, name);}
1234  static radio_button zoom_out(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::zoom_out(), checked, location, size, name);}
1242  static radio_button zoom_out(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::zoom_out(), checked, location, size, name);}
1249  static radio_button zoom_to_fit(bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(system_texts::zoom_to_fit(), checked, location, size, name);}
1257  static radio_button zoom_to_fit(const control& parent, bool checked = false, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const xtd::ustring& name = xtd::ustring::empty_string) {return radio_button::create(parent, system_texts::zoom_to_fit(), checked, location, size, name);}
1259  };
1260  }
1261 }
static radio_button redo(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent redo radio_button.
Definition: radio_buttons.h:897
static radio_button unindent(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represents an unindented radio_button.
Definition: radio_buttons.h:1167
static radio_button ok(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent ok radio_button.
Definition: radio_buttons.h:754
static xtd::ustring align_left()
Gets a system-defined text that has a string value of "Align Left". This field is constant...
static radio_button centered(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent centered radio_button.
Definition: radio_buttons.h:252
static radio_button up(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent up radio_button.
Definition: radio_buttons.h:1174
static radio_button descending(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent descending radio_button.
Definition: radio_buttons.h:402
static xtd::ustring revert_to_saved()
Gets a system-defined text that has a string value of "Revert to Saved". This field is constant...
static xtd::ustring print()
Gets a system-defined text that has a string value of "&Print...". This field is constant.
static radio_button actual_size(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent actual size radio_button.
Definition: radio_buttons.h:72
static radio_button abort(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent abort radio_button.
Definition: radio_buttons.h:42
static xtd::ustring back()
Gets a system-defined text that has a string value of "&Back". This field is constant.
static xtd::ustring zoom_in()
Gets a system-defined text that has a string value of "Zoom &In". This field is constant.
static xtd::ustring harddisk()
Gets a system-defined text that has a string value of "&Harddisk". This field is constant.
static xtd::ustring top()
Gets a system-defined text that has a string value of "&Top". This field is constant.
static xtd::ustring convert()
Gets a system-defined text that has a string value of "&Convert". This field is constant.
static xtd::ustring search()
Gets a system-defined text that has a string value of "&Search". This field is constant.
static radio_button cut(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent cut radio_button.
Definition: radio_buttons.h:364
static xtd::ustring home()
Gets a system-defined text that has a string value of "&Home". This field is constant.
static radio_button properties(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent properties radio_button.
Definition: radio_buttons.h:859
static radio_button cdrom(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent CD-Rom radio_button.
Definition: radio_buttons.h:237
static radio_button execute(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent execute radio_button.
Definition: radio_buttons.h:447
static radio_button info(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent info radio_button.
Definition: radio_buttons.h:634
static radio_button italic(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent italic radio_button.
Definition: radio_buttons.h:649
static radio_button select_all(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent select all radio_button.
Definition: radio_buttons.h:1024
static xtd::ustring floppy()
Gets a system-defined text that has a string value of "&Floppy". This field is constant.
static radio_button abort(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent abort radio_button.
Definition: radio_buttons.h:34
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition: static.h:37
static xtd::ustring del()
Gets a system-defined text that has a string value of "&Delete". This field is constant.
static xtd::ustring refresh()
Gets a system-defined text that has a string value of "Refresh". This field is constant.
static radio_button copy(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent copy radio_button.
Definition: radio_buttons.h:334
static radio_button align_right(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent align right radio_button.
Definition: radio_buttons.h:132
static radio_button zoom_out(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent zoom out radio_button.
Definition: radio_buttons.h:1242
The button has a checked or latched appearance. Use this appearance to show that a toggle button has ...
static radio_button strikeout(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent strikeout radio_button.
Definition: radio_buttons.h:1069
static radio_button last(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent last radio_button.
Definition: radio_buttons.h:702
static radio_button search(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent search radio_button.
Definition: radio_buttons.h:1017
Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional ...
Definition: point.h:54
static radio_button strikeout(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent strikeout radio_button.
Definition: radio_buttons.h:1077
static radio_button apply(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent apply radio_button.
Definition: radio_buttons.h:139
static radio_button clear(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent clear radio_button.
Definition: radio_buttons.h:259
static radio_button jump_to(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent jump to radio_button.
Definition: radio_buttons.h:687
static radio_button paste(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent paste radio_button.
Definition: radio_buttons.h:807
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 radio_button ascending(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent ascending radio_button.
Definition: radio_buttons.h:162
static radio_button underline(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent underline radio_button.
Definition: radio_buttons.h:1129
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
static radio_button execute(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent execute radio_button.
Definition: radio_buttons.h:439
static radio_button refresh(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent refresh radio_button.
Definition: radio_buttons.h:904
static radio_button stop(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent stop radio_button.
Definition: radio_buttons.h:1062
static radio_button convert(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent convert radio_button.
Definition: radio_buttons.h:319
Enables the user to select a single option from a group of choices when paired with other xtd::forms:...
Definition: radio_button.h:38
static xtd::ustring descending()
Gets a system-defined text that has a string value of "&Descending". This field is constant...
static radio_button network(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent network radio_button.
Definition: radio_buttons.h:717
static radio_button centered(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent centered radio_button.
Definition: radio_buttons.h:244
static radio_button undelete(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent undelete radio_button.
Definition: radio_buttons.h:1114
static radio_button contents(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent contents radio_button.
Definition: radio_buttons.h:304
static radio_button save(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent save radio_button.
Definition: radio_buttons.h:987
static radio_button print_preview(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent print preview radio_button.
Definition: radio_buttons.h:844
static radio_button cdrom(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent CD-Rom radio_button.
Definition: radio_buttons.h:229
static radio_button undo(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent undo radio_button.
Definition: radio_buttons.h:1152
static radio_button redo(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent redo radio_button.
Definition: radio_buttons.h:889
static radio_button ok(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent ok radio_button.
Definition: radio_buttons.h:762
static xtd::ustring close()
Gets a system-defined text that has a string value of "&Close". This field is constant.
static radio_button home(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent home radio_button.
Definition: radio_buttons.h:574
static xtd::ustring bottom()
Gets a system-defined text that has a string value of "&Bottom". This field is constant.
Represents text as a sequence of UTF-8 code units.
Definition: ustring.h:46
static radio_button help(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent help radio_button.
Definition: radio_buttons.h:559
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 radio_button edit(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent edit radio_button.
Definition: radio_buttons.h:424
static radio_button align_left(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent align left radio_button.
Definition: radio_buttons.h:109
static radio_button back(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent back radio_button.
Definition: radio_buttons.h:177
static radio_button open(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent open radio_button.
Definition: radio_buttons.h:769
static xtd::ustring yes()
Gets a system-defined text that has a string value of "&Yes". This field is constant.
static radio_button alignment(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent alignment radio_button.
Definition: radio_buttons.h:94
static radio_button yes(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent yes radio_button.
Definition: radio_buttons.h:1204
static radio_button tools(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent tools radio_button.
Definition: radio_buttons.h:1092
static radio_button copy(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent copy radio_button.
Definition: radio_buttons.h:342
static radio_button add(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent add radio_button.
Definition: radio_buttons.h:79
static radio_button harddisk(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent hard disk radio_button.
Definition: radio_buttons.h:544
static radio_button find(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent find radio_button.
Definition: radio_buttons.h:477
static radio_button color(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent color radio_button.
Definition: radio_buttons.h:289
static radio_button zoom_to_fit(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent zoom to fit radio_button.
Definition: radio_buttons.h:1257
static radio_button back(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent back radio_button.
Definition: radio_buttons.h:169
static radio_button no(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent no radio_button.
Definition: radio_buttons.h:747
static radio_button color(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent color radio_button.
Definition: radio_buttons.h:297
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 radio_button options(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent options radio_button.
Definition: radio_buttons.h:784
static radio_button print(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent print radio_button.
Definition: radio_buttons.h:837
static radio_button indent(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent indent radio_button.
Definition: radio_buttons.h:612
static radio_button forward(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent forward radio_button.
Definition: radio_buttons.h:537
static radio_button zoom_to_fit(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent zoom to fit radio_button.
Definition: radio_buttons.h:1249
static radio_button network(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent network radio_button.
Definition: radio_buttons.h:709
static radio_button find(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent find radio_button.
Definition: radio_buttons.h:469
static radio_button last(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent last radio_button.
Definition: radio_buttons.h:694
static radio_button unindent(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represents an unindented radio_button.
Definition: radio_buttons.h:1159
static radio_button close(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent close radio_button.
Definition: radio_buttons.h:274
static xtd::ustring forward()
Gets a system-defined text that has a string value of "&Forward". This field is constant.
static radio_button bold(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent bold radio_button.
Definition: radio_buttons.h:184
static radio_button search(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent search radio_button.
Definition: radio_buttons.h:1009
static radio_button quit(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent quit radio_button.
Definition: radio_buttons.h:874
static xtd::ustring index()
Gets a system-defined text that has a string value of "&Index". This field is constant.
static radio_button quit(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent quit radio_button.
Definition: radio_buttons.h:882
static radio_button tools(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent tools radio_button.
Definition: radio_buttons.h:1084
Provides a collection of radio_button objects for use by a Windows Forms application.
Definition: radio_buttons.h:23
static radio_button undelete(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent undelete radio_button.
Definition: radio_buttons.h:1122
static xtd::ustring help()
Gets a system-defined text that has a string value of "&Help". This field is constant.
static xtd::ustring no()
Gets a system-defined text that has a string value of "&No". This field is constant.
static radio_button floppy(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent floppy radio_button.
Definition: radio_buttons.h:507
static radio_button zoom_in(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent zoom in radio_button.
Definition: radio_buttons.h:1219
static radio_button retry(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent retry radio_button.
Definition: radio_buttons.h:957
static radio_button zoom_out(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent zoom out radio_button.
Definition: radio_buttons.h:1234
static radio_button actual_size(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent actual size radio_button.
Definition: radio_buttons.h:64
static radio_button spell_check(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent spell check radio_button.
Definition: radio_buttons.h:1047
static radio_button top(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent top radio_button.
Definition: radio_buttons.h:1107
static radio_button contents(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent contents radio_button.
Definition: radio_buttons.h:312
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 radio_button align_left(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent align left radio_button.
Definition: radio_buttons.h:117
static radio_button first(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent first radio_button.
Definition: radio_buttons.h:484
static radio_button del(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent delete radio_button.
Definition: radio_buttons.h:379
static radio_button floppy(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent floppy radio_button.
Definition: radio_buttons.h:499
static radio_button undo(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent undo radio_button.
Definition: radio_buttons.h:1144
static radio_button ignore(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent ignore radio_button.
Definition: radio_buttons.h:597
static radio_button refresh(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent refresh radio_button.
Definition: radio_buttons.h:912
static radio_button customize(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent customize radio_button.
Definition: radio_buttons.h:349
static xtd::ustring edit()
Gets a system-defined text that has a string value of "&Edit". This field is constant.
static xtd::ustring about()
Gets a system-defined text that has a string value of "&About". This field is constant.
static xtd::ustring customize()
Gets a system-defined text that has a string value of "&Customize". This field is constant...
static xtd::ustring spell_check()
Gets a system-defined text that has a string value of "&Spell Check". This field is constant...
static radio_button replace(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent replace radio_button.
Definition: radio_buttons.h:942
static radio_button select_all(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent select all radio_button.
Definition: radio_buttons.h:1032
static radio_button bottom(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent bottom radio_button.
Definition: radio_buttons.h:199
static xtd::ustring stop()
Gets a system-defined text that has a string value of "&Stop". This field is constant.
static radio_button properties(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent properties radio_button.
Definition: radio_buttons.h:867
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 radio_button view(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent view radio_button.
Definition: radio_buttons.h:1189
static xtd::ustring cut()
Gets a system-defined text that has a string value of "Cu&t". This field is constant.
static xtd::ustring info()
Gets a system-defined text that has a string value of "&Info". This field is constant.
static xtd::ustring clear()
Gets a system-defined text that has a string value of "&Clear". This field is constant.
static radio_button underline(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent underline radio_button.
Definition: radio_buttons.h:1137
static radio_button apply(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent apply radio_button.
Definition: radio_buttons.h:147
static xtd::ustring copy()
Gets a system-defined text that has a string value of "&Copy". This field is constant.
static xtd::ustring select_all()
Gets a system-defined text that has a string value of "Select &All". This field is constant...
static radio_button edit(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent edit radio_button.
Definition: radio_buttons.h:432
static radio_button ignore(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent ignore radio_button.
Definition: radio_buttons.h:589
static radio_button clear(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent clear radio_button.
Definition: radio_buttons.h:267
static xtd::ustring centered()
Gets a system-defined text that has a string value of "Centered". This field is constant.
static radio_button save(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent save radio_button.
Definition: radio_buttons.h:979
static radio_button about(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent about radio_button.
Definition: radio_buttons.h:49
static radio_button jump_to(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent jump_to radio_button.
Definition: radio_buttons.h:679
static radio_button no(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent no radio_button.
Definition: radio_buttons.h:739
static radio_button info(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent info radio_button.
Definition: radio_buttons.h:642
static xtd::ustring alignment()
Gets a system-defined text that has a string value of "Alignment". This field is constant.
static radio_button del(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent delete radio_button.
Definition: radio_buttons.h:387
static radio_button revert_to_saved(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent revert to saved radio_button. ...
Definition: radio_buttons.h:972
static radio_button index(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent index radio_button.
Definition: radio_buttons.h:627
static radio_button file(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent file radio_button.
Definition: radio_buttons.h:462
static radio_button preferences(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent preferences radio_button.
Definition: radio_buttons.h:814
static radio_button harddisk(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent hard disk radio_button.
Definition: radio_buttons.h:552
static radio_button add(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent add radio_button.
Definition: radio_buttons.h:87
Defines the base class for controls, which are components with visual representation.
Definition: control.h:78
static radio_button first(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent first radio_button.
Definition: radio_buttons.h:492
static xtd::ustring ok()
Gets a system-defined text that has a string value of "&OK". This field is constant.
static xtd::ustring font()
Gets a system-defined text that has a string value of "&Font". This field is constant.
static xtd::ustring replace()
Gets a system-defined text that has a string value of "Rep&lace". This field is constant.
Contains xtd::forms::system_texts factory.
static xtd::ustring add()
Gets a system-defined text that has a string value of "Add". This field is constant.
static radio_button index(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent index radio_button.
Definition: radio_buttons.h:619
static radio_button cut(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent cut radio_button.
Definition: radio_buttons.h:372
static xtd::ustring network()
Gets a system-defined text that has a string value of "&Network". This field is constant.
static radio_button about(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent about radio_button.
Definition: radio_buttons.h:57
static radio_button print(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent print radio_button.
Definition: radio_buttons.h:829
static radio_button create(const xtd::ustring &text, bool checked=false, 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::radio_button with specified text, three_state, check_state...
static radio_button bottom(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent bottom radio_button.
Definition: radio_buttons.h:207
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.
Contains xtd::forms::radio_button control.
static radio_button print_preview(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent print preview radio_button.
Definition: radio_buttons.h:852
static radio_button bold(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent bold radio_button.
Definition: radio_buttons.h:192
static radio_button up(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent up radio_button.
Definition: radio_buttons.h:1182
static xtd::ustring up()
Gets a system-defined text that has a string value of "&Up". This field is constant.
static xtd::ustring remove()
Gets a system-defined text that has a string value of "Remove". This field is constant.
static xtd::ustring last()
Gets a system-defined text that has a string value of "&Last". This field is constant.
static xtd::ustring ignore()
Gets a system-defined text that has a string value of "&Ignore". This field is constant.
static radio_button replace(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent replace radio_button.
Definition: radio_buttons.h:934
static radio_button stop(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent stop radio_button.
Definition: radio_buttons.h:1054
static xtd::ustring execute()
Gets a system-defined text that has a string value of "&Execute". This field is constant.
static radio_button preferences(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent preferences radio_button.
Definition: radio_buttons.h:822
static radio_button revert_to_saved(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent revert to saved radio_button. ...
Definition: radio_buttons.h:964
static radio_button view(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent view radio_button.
Definition: radio_buttons.h:1197
static xtd::ustring zoom_to_fit()
Gets a system-defined text that has a string value of "Zoom to &Fit". This field is constant...
static xtd::ustring new_()
Gets a system-defined text that has a string value of "&New". This field is constant.
static radio_button retry(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent retry radio_button.
Definition: radio_buttons.h:949
static radio_button descending(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent descending radio_button.
Definition: radio_buttons.h:394
static xtd::ustring strikeout()
Gets a system-defined text that has a string value of "&Strikeout". This field is constant...
static radio_button file(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent file radio_button.
Definition: radio_buttons.h:454
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition: about_box.h:13
static xtd::ustring actual_size()
Gets a system-defined text that has a string value of "&Actual Size". This field is constant...
static const ustring empty_string
Represents the empty string.
Definition: ustring.h:53
static radio_button new_(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent new radio_button.
Definition: radio_buttons.h:732
static xtd::ustring cancel()
Gets a system-defined text that has a string value of "&Cancel". This field is constant.
static radio_button indent(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent indent radio_button.
Definition: radio_buttons.h:604
static radio_button new_(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent new radio_button.
Definition: radio_buttons.h:724
static radio_button customize(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent customize radio_button.
Definition: radio_buttons.h:357
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 radio_button top(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent top radio_button.
Definition: radio_buttons.h:1099
static xtd::ustring properties()
Gets a system-defined text that has a string value of "&Properties". This field is constant...
static radio_button forward(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent forward radio_button.
Definition: radio_buttons.h:529
Specifies that both the x and y coordinates of the control are defined.
static radio_button justified(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent justified radio_button.
Definition: radio_buttons.h:664
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 radio_button close(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent close radio_button.
Definition: radio_buttons.h:282
static radio_button zoom_in(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent zoom in radio_button.
Definition: radio_buttons.h:1227
static radio_button save_as(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent save as radio_button.
Definition: radio_buttons.h:994
static radio_button save_as(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent save as radio_button.
Definition: radio_buttons.h:1002
static radio_button yes(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent yes radio_button.
Definition: radio_buttons.h:1212
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 radio_button ascending(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent ascending radio_button.
Definition: radio_buttons.h:154
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 radio_button italic(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent italic radio_button.
Definition: radio_buttons.h:657
static xtd::ustring save()
Gets a system-defined text that has a string value of "&Save". This field is constant.
static xtd::ustring cdrom()
Gets a system-defined text that has a string value of "&CD-Rom". This field is constant.
static xtd::ustring bold()
Gets a system-defined text that has a string value of "&Bold". This field is constant.
static radio_button paste(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent paste radio_button.
Definition: radio_buttons.h:799
static radio_button font(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent font radio_button.
Definition: radio_buttons.h:514
static radio_button alignment(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent alignment radio_button.
Definition: radio_buttons.h:102
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 radio_button cancel(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent cancel radio_button.
Definition: radio_buttons.h:214
static radio_button open(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent open radio_button.
Definition: radio_buttons.h:777
static xtd::ustring abort()
Gets a system-defined text that has a string value of "&Abort". This field is constant.
static radio_button spell_check(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent spell check radio_button.
Definition: radio_buttons.h:1039
static radio_button down(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent down radio_button.
Definition: radio_buttons.h:417
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 radio_button convert(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent convert radio_button.
Definition: radio_buttons.h:327
static xtd::ustring unindent()
Gets a system-defined text that has a string value of "Unindent". This field is constant.
static radio_button cancel(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent cancel radio_button.
Definition: radio_buttons.h:222
static radio_button justified(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent justified radio_button.
Definition: radio_buttons.h:672
static xtd::ustring indent()
Gets a system-defined text that has a string value of "Indent". This field is constant.
static xtd::ustring paste()
Gets a system-defined text that has a string value of "&Paste". This field is constant.
static radio_button options(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent options radio_button.
Definition: radio_buttons.h:792
static radio_button help(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent help radio_button.
Definition: radio_buttons.h:567
static xtd::ustring view()
Gets a system-defined text that has a string value of "&View". This field is constant.
static radio_button font(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent font radio_button.
Definition: radio_buttons.h:522
static radio_button home(const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent home radio_button.
Definition: radio_buttons.h:582
static radio_button down(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent down radio_button.
Definition: radio_buttons.h:409
static radio_button align_right(bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
Create a system-defined radio_button that represent align right radio_button.
Definition: radio_buttons.h:124