xtd 0.2.0
Loading...
Searching...
No Matches
xtd::forms::system_texts Class Referencefinal
Inheritance diagram for xtd::forms::system_texts:
xtd::static_object

Definition

Provides a collection of string objects for use by a Windows Forms application.

Header
#include <xtd/forms/system_texts>
Namespace
xtd::forms
Library
xtd.forms
Examples
The following code example demonstrates the use of texts class.
#include <xtd/forms/application>
#include <xtd/forms/form>
#include <xtd/forms/list_box>
#include <xtd/forms/message_box>
#include <xtd/forms/system_texts>
using namespace std;
using namespace xtd;
using namespace xtd::forms;
class form1 : public form {
public:
form1() {
text("Texts example");
client_size({200, 400});
*this << list_box_texts;
list_box_texts.dock(dock_style::fill);
list_box_texts.items().push_back_range({system_texts::abort(), system_texts::about(), system_texts::actual_size(), system_texts::add(), system_texts::align_left(), system_texts::align_right(), system_texts::alignment(), system_texts::apply(), system_texts::ascending(), system_texts::back(), system_texts::bold(), system_texts::bottom(), system_texts::cancel(), system_texts::cdrom(), system_texts::centered(), system_texts::clear(), system_texts::close(), system_texts::color(), system_texts::contents(), system_texts::convert(), system_texts::copy(), system_texts::customize(), system_texts::cut(), system_texts::del(), system_texts::descending(), system_texts::down(), system_texts::edit(), system_texts::execute(), system_texts::file(), system_texts::find(), system_texts::first(), system_texts::floppy(), system_texts::font(), system_texts::forward(), system_texts::harddisk(), system_texts::help(), system_texts::home(), system_texts::ignore(), system_texts::indent(), system_texts::index(), system_texts::info(), system_texts::italic(), system_texts::jump_to(), system_texts::justified(), system_texts::last(), system_texts::network(), system_texts::new_(), system_texts::no(), system_texts::ok(), system_texts::open(), system_texts::options(), system_texts::paste(), system_texts::preferences(), system_texts::print(), system_texts::print_preview(), system_texts::properties(), system_texts::quit(), system_texts::redo(), system_texts::refresh(), system_texts::remove(), system_texts::replace(), system_texts::retry(), system_texts::revert_to_saved(), system_texts::save(), system_texts::save_as(), system_texts::search(), system_texts::select_all(), system_texts::spell_check(), system_texts::stop(), system_texts::strikeout(), system_texts::tools(), system_texts::top(), system_texts::undelete(), system_texts::underline(), system_texts::undo(), system_texts::unindent(), system_texts::up(), system_texts::view(), system_texts::yes(), system_texts::zoom_in(), system_texts::zoom_out(), system_texts::zoom_to_fit()});
}
private:
list_box list_box_texts;
};
auto main()->int {
try {
//locale::global(locale {"fr_FR.utf-8"});
locale::global(locale {"zh_CN.utf-8"});
} catch (const std::exception& e) {
message_box::show(ustring::format("Make sure specified locale is installed on your system :\n\n{}", e.what()), "Exception");
return -1;
}
application::run(form1 {});
}
static void run()
Begins running a standard application message loop on the current thread, without a form.
Represents a window or dialog box that makes up an application's user interface.
Definition form.h:52
Represents a standard Windows list box.
Definition list_box.h:31
static dialog_result show()
Displays a message box.
static ustring format(const ustring &fmt, args_t &&... args)
Writes the text representation of the specified arguments list, to string using the specified format ...
Definition ustring.h:745
@ e
The E key.
@ text
The xtd::forms::status_bar_panel displays text in the standard font.
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition xtd_about_box.h:12
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10

Properties

static xtd::ustring abort ()
 Gets a system-defined text that has a string value of "&Abort". 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 actual_size ()
 Gets a system-defined text that has a string value of "&Actual Size". This field is constant.
 
static xtd::ustring add ()
 Gets a system-defined text that has a string value of "Add". This field is constant.
 
static xtd::ustring alignment ()
 Gets a system-defined text that has a string value of "Alignment". This field is constant.
 
static xtd::ustring align_left ()
 Gets a system-defined text that has a string value of "Align Left". This field is constant.
 
static xtd::ustring align_right ()
 Gets a system-defined text that has a string value of "Align Right". This field is constant.
 
static xtd::ustring apply ()
 Gets a system-defined text that has a string value of "&Apply". This field is constant.
 
static xtd::ustring ascending ()
 Gets a system-defined text that has a string value of "&Ascending". This field is constant.
 
static xtd::ustring back ()
 Gets a system-defined text that has a string value of "&Back". This field is constant.
 
static xtd::ustring bold ()
 Gets a system-defined text that has a string value of "&Bold". This field is constant.
 
static xtd::ustring bottom ()
 Gets a system-defined text that has a string value of "&Bottom". This field is constant.
 
static xtd::ustring cancel ()
 Gets a system-defined text that has a string value of "&Cancel". 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 centered ()
 Gets a system-defined text that has a string value of "Centered". This field is constant.
 
static xtd::ustring clear ()
 Gets a system-defined text that has a string value of "&Clear". This field is constant.
 
static xtd::ustring close ()
 Gets a system-defined text that has a string value of "&Close". This field is constant.
 
static xtd::ustring color ()
 Gets a system-defined text that has a string value of "&Color". This field is constant.
 
static xtd::ustring contents ()
 Gets a system-defined text that has a string value of "&Contents". 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 copy ()
 Gets a system-defined text that has a string value of "&Copy". 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 cut ()
 Gets a system-defined text that has a string value of "Cu&t". This field is constant.
 
static xtd::ustring del ()
 Gets a system-defined text that has a string value of "&Delete". This field is constant.
 
static xtd::ustring descending ()
 Gets a system-defined text that has a string value of "&Descending". This field is constant.
 
static xtd::ustring down ()
 Gets a system-defined text that has a string value of "&Down". This field is constant.
 
static xtd::ustring edit ()
 Gets a system-defined text that has a string value of "&Edit". This field is constant.
 
static xtd::ustring execute ()
 Gets a system-defined text that has a string value of "&Execute". This field is constant.
 
static xtd::ustring exit ()
 Gets a system-defined text that has a string value of "E&xit". This field is constant.
 
static xtd::ustring file ()
 Gets a system-defined text that has a string value of "&File". This field is constant.
 
static xtd::ustring find ()
 Gets a system-defined text that has a string value of "&Find...". This field is constant.
 
static xtd::ustring first ()
 Gets a system-defined text that has a string value of "&First". This field is constant.
 
static xtd::ustring floppy ()
 Gets a system-defined text that has a string value of "&Floppy". 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 forward ()
 Gets a system-defined text that has a string value of "&Forward". 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 help ()
 Gets a system-defined text that has a string value of "&Help". This field is constant.
 
static xtd::ustring home ()
 Gets a system-defined text that has a string value of "&Home". This field is constant.
 
static xtd::ustring ignore ()
 Gets a system-defined text that has a string value of "&Ignore". This field is constant.
 
static xtd::ustring indent ()
 Gets a system-defined text that has a string value of "Indent". This field is constant.
 
static xtd::ustring index ()
 Gets a system-defined text that has a string value of "&Index". 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 italic ()
 Gets a system-defined text that has a string value of "&Italic". This field is constant.
 
static xtd::ustring justified ()
 Gets a system-defined text that has a string value of "Justified". This field is constant.
 
static xtd::ustring jump_to ()
 Gets a system-defined text that has a string value of "&Jump to". 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 network ()
 Gets a system-defined text that has a string value of "&Network". This field is constant.
 
static xtd::ustring new_ ()
 Gets a system-defined text that has a string value of "&New". This field is constant.
 
static xtd::ustring next ()
 Gets a system-defined text that has a string value of "&Next". This field is constant.
 
static xtd::ustring no ()
 Gets a system-defined text that has a string value of "&No". This field is constant.
 
static xtd::ustring ok ()
 Gets a system-defined text that has a string value of "&OK". This field is constant.
 
static xtd::ustring open ()
 Gets a system-defined text that has a string value of "&Open...". This field is constant.
 
static xtd::ustring options ()
 Gets a system-defined text that has a string value of "&Options". This field is constant.
 
static xtd::ustring paste ()
 Gets a system-defined text that has a string value of "&Paste". This field is constant.
 
static xtd::ustring preferences ()
 Gets a system-defined text that has a string value of "&Preference". This field is constant.
 
static xtd::ustring previous ()
 Gets a system-defined text that has a string value of "&Previous". This field is constant.
 
static xtd::ustring print ()
 Gets a system-defined text that has a string value of "&Print...". This field is constant.
 
static xtd::ustring print_preview ()
 Gets a system-defined text that has a string value of "Print Re&view". This field is constant.
 
static xtd::ustring properties ()
 Gets a system-defined text that has a string value of "&Properties". This field is constant.
 
static xtd::ustring quit ()
 Gets a system-defined text that has a string value of "&Quit". This field is constant.
 
static xtd::ustring redo ()
 Gets a system-defined text that has a string value of "&Redo". 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 xtd::ustring remove ()
 Gets a system-defined text that has a string value of "Remove". This field is constant.
 
static xtd::ustring replace ()
 Gets a system-defined text that has a string value of "Rep&lace". This field is constant.
 
static xtd::ustring retry ()
 Gets a system-defined text that has a string value of "&Retry". This field is constant.
 
static xtd::ustring revert_to_saved ()
 Gets a system-defined text that has a string value of "Revert to Saved". This field is constant.
 
static xtd::ustring save ()
 Gets a system-defined text that has a string value of "&Save". This field is constant.
 
static xtd::ustring save_as ()
 Gets a system-defined text that has a string value of "Save &As...". This field is constant.
 
static xtd::ustring search ()
 Gets a system-defined text that has a string value of "&Search". This field is constant.
 
static xtd::ustring select_all ()
 Gets a system-defined text that has a string value of "Select &All". This field is constant.
 
static xtd::ustring settings ()
 Gets a system-defined text that has a string value of "&Settings...". This field is constant.
 
static xtd::ustring spell_check ()
 Gets a system-defined text that has a string value of "&Spell Check". This field is constant.
 
static xtd::ustring stop ()
 Gets a system-defined text that has a string value of "&Stop". This field is constant.
 
static xtd::ustring strikeout ()
 Gets a system-defined text that has a string value of "&Strikeout". This field is constant.
 
static xtd::ustring tools ()
 Gets a system-defined text that has a string value of "&Tools". This field is constant.
 
static xtd::ustring top ()
 Gets a system-defined text that has a string value of "&Top". 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 underline ()
 Gets a system-defined text that has a string value of "&Underline". This field is constant.
 
static xtd::ustring undo ()
 Gets a system-defined text that has a string value of "&Undo". This field is constant.
 
static xtd::ustring unindent ()
 Gets a system-defined text that has a string value of "Unindent". This field is constant.
 
static xtd::ustring up ()
 Gets a system-defined text that has a string value of "&Up". This field is constant.
 
static xtd::ustring view ()
 Gets a system-defined text that has a string value of "&View". This field is constant.
 
static xtd::ustring window ()
 Gets a system-defined text that has a string value of "&Window". This field is constant.
 
static xtd::ustring yes ()
 Gets a system-defined text that has a string value of "&Yes". This field is constant.
 
static xtd::ustring zoom_in ()
 Gets a system-defined text that has a string value of "Zoom &In". This field is constant.
 
static xtd::ustring zoom_out ()
 Gets a system-defined text that has a string value of "Zoom &Out". This field is constant.
 
static xtd::ustring zoom_to_fit ()
 Gets a system-defined text that has a string value of "Zoom to &Fit". This field is constant.
 

Methods

}

static const std::vector< xtd::ustring > & get_texts () noexcept
 Gets an array of texts.
 

Member Function Documentation

◆ abort()

static xtd::ustring xtd::forms::system_texts::abort ( )
static

Gets a system-defined text that has a string value of "&Abort". This field is constant.

◆ about()

static xtd::ustring xtd::forms::system_texts::about ( )
static

Gets a system-defined text that has a string value of "&About". This field is constant.

◆ actual_size()

static xtd::ustring xtd::forms::system_texts::actual_size ( )
static

Gets a system-defined text that has a string value of "&Actual Size". This field is constant.

◆ add()

static xtd::ustring xtd::forms::system_texts::add ( )
static

Gets a system-defined text that has a string value of "Add". This field is constant.

◆ align_left()

static xtd::ustring xtd::forms::system_texts::align_left ( )
static

Gets a system-defined text that has a string value of "Align Left". This field is constant.

◆ align_right()

static xtd::ustring xtd::forms::system_texts::align_right ( )
static

Gets a system-defined text that has a string value of "Align Right". This field is constant.

◆ alignment()

static xtd::ustring xtd::forms::system_texts::alignment ( )
static

Gets a system-defined text that has a string value of "Alignment". This field is constant.

◆ apply()

static xtd::ustring xtd::forms::system_texts::apply ( )
static

Gets a system-defined text that has a string value of "&Apply". This field is constant.

◆ ascending()

static xtd::ustring xtd::forms::system_texts::ascending ( )
static

Gets a system-defined text that has a string value of "&Ascending". This field is constant.

◆ back()

static xtd::ustring xtd::forms::system_texts::back ( )
static

Gets a system-defined text that has a string value of "&Back". This field is constant.

◆ bold()

static xtd::ustring xtd::forms::system_texts::bold ( )
static

Gets a system-defined text that has a string value of "&Bold". This field is constant.

◆ bottom()

static xtd::ustring xtd::forms::system_texts::bottom ( )
static

Gets a system-defined text that has a string value of "&Bottom". This field is constant.

◆ cancel()

static xtd::ustring xtd::forms::system_texts::cancel ( )
static

Gets a system-defined text that has a string value of "&Cancel". This field is constant.

◆ cdrom()

static xtd::ustring xtd::forms::system_texts::cdrom ( )
static

Gets a system-defined text that has a string value of "&CD-Rom". This field is constant.

◆ centered()

static xtd::ustring xtd::forms::system_texts::centered ( )
static

Gets a system-defined text that has a string value of "Centered". This field is constant.

◆ clear()

static xtd::ustring xtd::forms::system_texts::clear ( )
static

Gets a system-defined text that has a string value of "&Clear". This field is constant.

◆ close()

static xtd::ustring xtd::forms::system_texts::close ( )
static

Gets a system-defined text that has a string value of "&Close". This field is constant.

◆ color()

static xtd::ustring xtd::forms::system_texts::color ( )
static

Gets a system-defined text that has a string value of "&Color". This field is constant.

◆ contents()

static xtd::ustring xtd::forms::system_texts::contents ( )
static

Gets a system-defined text that has a string value of "&Contents". This field is constant.

◆ convert()

static xtd::ustring xtd::forms::system_texts::convert ( )
static

Gets a system-defined text that has a string value of "&Convert". This field is constant.

◆ copy()

static xtd::ustring xtd::forms::system_texts::copy ( )
static

Gets a system-defined text that has a string value of "&Copy". This field is constant.

◆ customize()

static xtd::ustring xtd::forms::system_texts::customize ( )
static

Gets a system-defined text that has a string value of "&Customize". This field is constant.

◆ cut()

static xtd::ustring xtd::forms::system_texts::cut ( )
static

Gets a system-defined text that has a string value of "Cu&t". This field is constant.

◆ del()

static xtd::ustring xtd::forms::system_texts::del ( )
static

Gets a system-defined text that has a string value of "&Delete". This field is constant.

◆ descending()

static xtd::ustring xtd::forms::system_texts::descending ( )
static

Gets a system-defined text that has a string value of "&Descending". This field is constant.

◆ down()

static xtd::ustring xtd::forms::system_texts::down ( )
static

Gets a system-defined text that has a string value of "&Down". This field is constant.

◆ edit()

static xtd::ustring xtd::forms::system_texts::edit ( )
static

Gets a system-defined text that has a string value of "&Edit". This field is constant.

◆ execute()

static xtd::ustring xtd::forms::system_texts::execute ( )
static

Gets a system-defined text that has a string value of "&Execute". This field is constant.

◆ exit()

static xtd::ustring xtd::forms::system_texts::exit ( )
static

Gets a system-defined text that has a string value of "E&xit". This field is constant.

◆ file()

static xtd::ustring xtd::forms::system_texts::file ( )
static

Gets a system-defined text that has a string value of "&File". This field is constant.

◆ find()

static xtd::ustring xtd::forms::system_texts::find ( )
static

Gets a system-defined text that has a string value of "&Find...". This field is constant.

◆ first()

static xtd::ustring xtd::forms::system_texts::first ( )
static

Gets a system-defined text that has a string value of "&First". This field is constant.

◆ floppy()

static xtd::ustring xtd::forms::system_texts::floppy ( )
static

Gets a system-defined text that has a string value of "&Floppy". This field is constant.

◆ font()

static xtd::ustring xtd::forms::system_texts::font ( )
static

Gets a system-defined text that has a string value of "&Font". This field is constant.

◆ forward()

static xtd::ustring xtd::forms::system_texts::forward ( )
static

Gets a system-defined text that has a string value of "&Forward". This field is constant.

◆ get_texts()

static const std::vector< xtd::ustring > & xtd::forms::system_texts::get_texts ( )
staticnoexcept

Gets an array of texts.

◆ harddisk()

static xtd::ustring xtd::forms::system_texts::harddisk ( )
static

Gets a system-defined text that has a string value of "&Harddisk". This field is constant.

◆ help()

static xtd::ustring xtd::forms::system_texts::help ( )
static

Gets a system-defined text that has a string value of "&Help". This field is constant.

◆ home()

static xtd::ustring xtd::forms::system_texts::home ( )
static

Gets a system-defined text that has a string value of "&Home". This field is constant.

◆ ignore()

static xtd::ustring xtd::forms::system_texts::ignore ( )
static

Gets a system-defined text that has a string value of "&Ignore". This field is constant.

◆ indent()

static xtd::ustring xtd::forms::system_texts::indent ( )
static

Gets a system-defined text that has a string value of "Indent". This field is constant.

◆ index()

static xtd::ustring xtd::forms::system_texts::index ( )
static

Gets a system-defined text that has a string value of "&Index". This field is constant.

◆ info()

static xtd::ustring xtd::forms::system_texts::info ( )
static

Gets a system-defined text that has a string value of "&Info". This field is constant.

◆ italic()

static xtd::ustring xtd::forms::system_texts::italic ( )
static

Gets a system-defined text that has a string value of "&Italic". This field is constant.

◆ jump_to()

static xtd::ustring xtd::forms::system_texts::jump_to ( )
static

Gets a system-defined text that has a string value of "&Jump to". This field is constant.

◆ justified()

static xtd::ustring xtd::forms::system_texts::justified ( )
static

Gets a system-defined text that has a string value of "Justified". This field is constant.

◆ last()

static xtd::ustring xtd::forms::system_texts::last ( )
static

Gets a system-defined text that has a string value of "&Last". This field is constant.

◆ network()

static xtd::ustring xtd::forms::system_texts::network ( )
static

Gets a system-defined text that has a string value of "&Network". This field is constant.

◆ new_()

static xtd::ustring xtd::forms::system_texts::new_ ( )
static

Gets a system-defined text that has a string value of "&New". This field is constant.

◆ next()

static xtd::ustring xtd::forms::system_texts::next ( )
static

Gets a system-defined text that has a string value of "&Next". This field is constant.

◆ no()

static xtd::ustring xtd::forms::system_texts::no ( )
static

Gets a system-defined text that has a string value of "&No". This field is constant.

◆ ok()

static xtd::ustring xtd::forms::system_texts::ok ( )
static

Gets a system-defined text that has a string value of "&OK". This field is constant.

◆ open()

static xtd::ustring xtd::forms::system_texts::open ( )
static

Gets a system-defined text that has a string value of "&Open...". This field is constant.

◆ options()

static xtd::ustring xtd::forms::system_texts::options ( )
static

Gets a system-defined text that has a string value of "&Options". This field is constant.

◆ paste()

static xtd::ustring xtd::forms::system_texts::paste ( )
static

Gets a system-defined text that has a string value of "&Paste". This field is constant.

◆ preferences()

static xtd::ustring xtd::forms::system_texts::preferences ( )
static

Gets a system-defined text that has a string value of "&Preference". This field is constant.

◆ previous()

static xtd::ustring xtd::forms::system_texts::previous ( )
static

Gets a system-defined text that has a string value of "&Previous". This field is constant.

◆ print()

static xtd::ustring xtd::forms::system_texts::print ( )
static

Gets a system-defined text that has a string value of "&Print...". This field is constant.

◆ print_preview()

static xtd::ustring xtd::forms::system_texts::print_preview ( )
static

Gets a system-defined text that has a string value of "Print Re&view". This field is constant.

◆ properties()

static xtd::ustring xtd::forms::system_texts::properties ( )
static

Gets a system-defined text that has a string value of "&Properties". This field is constant.

◆ quit()

static xtd::ustring xtd::forms::system_texts::quit ( )
static

Gets a system-defined text that has a string value of "&Quit". This field is constant.

◆ redo()

static xtd::ustring xtd::forms::system_texts::redo ( )
static

Gets a system-defined text that has a string value of "&Redo". This field is constant.

◆ refresh()

static xtd::ustring xtd::forms::system_texts::refresh ( )
static

Gets a system-defined text that has a string value of "Refresh". This field is constant.

◆ remove()

static xtd::ustring xtd::forms::system_texts::remove ( )
static

Gets a system-defined text that has a string value of "Remove". This field is constant.

◆ replace()

static xtd::ustring xtd::forms::system_texts::replace ( )
static

Gets a system-defined text that has a string value of "Rep&lace". This field is constant.

◆ retry()

static xtd::ustring xtd::forms::system_texts::retry ( )
static

Gets a system-defined text that has a string value of "&Retry". This field is constant.

◆ revert_to_saved()

static xtd::ustring xtd::forms::system_texts::revert_to_saved ( )
static

Gets a system-defined text that has a string value of "Revert to Saved". This field is constant.

◆ save()

static xtd::ustring xtd::forms::system_texts::save ( )
static

Gets a system-defined text that has a string value of "&Save". This field is constant.

◆ save_as()

static xtd::ustring xtd::forms::system_texts::save_as ( )
static

Gets a system-defined text that has a string value of "Save &As...". This field is constant.

◆ search()

static xtd::ustring xtd::forms::system_texts::search ( )
static

Gets a system-defined text that has a string value of "&Search". This field is constant.

◆ select_all()

static xtd::ustring xtd::forms::system_texts::select_all ( )
static

Gets a system-defined text that has a string value of "Select &All". This field is constant.

◆ settings()

static xtd::ustring xtd::forms::system_texts::settings ( )
static

Gets a system-defined text that has a string value of "&Settings...". This field is constant.

◆ spell_check()

static xtd::ustring xtd::forms::system_texts::spell_check ( )
static

Gets a system-defined text that has a string value of "&Spell Check". This field is constant.

◆ stop()

static xtd::ustring xtd::forms::system_texts::stop ( )
static

Gets a system-defined text that has a string value of "&Stop". This field is constant.

◆ strikeout()

static xtd::ustring xtd::forms::system_texts::strikeout ( )
static

Gets a system-defined text that has a string value of "&Strikeout". This field is constant.

◆ tools()

static xtd::ustring xtd::forms::system_texts::tools ( )
static

Gets a system-defined text that has a string value of "&Tools". This field is constant.

◆ top()

static xtd::ustring xtd::forms::system_texts::top ( )
static

Gets a system-defined text that has a string value of "&Top". This field is constant.

◆ undelete()

static xtd::ustring xtd::forms::system_texts::undelete ( )
static

Gets a system-defined text that has a string value of "Undelete". This field is constant.

◆ underline()

static xtd::ustring xtd::forms::system_texts::underline ( )
static

Gets a system-defined text that has a string value of "&Underline". This field is constant.

◆ undo()

static xtd::ustring xtd::forms::system_texts::undo ( )
static

Gets a system-defined text that has a string value of "&Undo". This field is constant.

◆ unindent()

static xtd::ustring xtd::forms::system_texts::unindent ( )
static

Gets a system-defined text that has a string value of "Unindent". This field is constant.

◆ up()

static xtd::ustring xtd::forms::system_texts::up ( )
static

Gets a system-defined text that has a string value of "&Up". This field is constant.

◆ view()

static xtd::ustring xtd::forms::system_texts::view ( )
static

Gets a system-defined text that has a string value of "&View". This field is constant.

◆ window()

static xtd::ustring xtd::forms::system_texts::window ( )
static

Gets a system-defined text that has a string value of "&Window". This field is constant.

◆ yes()

static xtd::ustring xtd::forms::system_texts::yes ( )
static

Gets a system-defined text that has a string value of "&Yes". This field is constant.

◆ zoom_in()

static xtd::ustring xtd::forms::system_texts::zoom_in ( )
static

Gets a system-defined text that has a string value of "Zoom &In". This field is constant.

◆ zoom_out()

static xtd::ustring xtd::forms::system_texts::zoom_out ( )
static

Gets a system-defined text that has a string value of "Zoom &Out". This field is constant.

◆ zoom_to_fit()

static xtd::ustring xtd::forms::system_texts::zoom_to_fit ( )
static

Gets a system-defined text that has a string value of "Zoom to &Fit". This field is constant.


The documentation for this class was generated from the following file: