xtd 0.2.0
Loading...
Searching...
No Matches
xtd::drawing::texts Class Referencefinal
Inheritance diagram for xtd::drawing::texts:
xtd::static_object

Definition

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

Header
#include <xtd/forms/texts>
Namespace
xtd::forms
Library
xtd.forms
Examples
The following code example demonstrates the use of texts class.
#include <xtd/xtd>
using namespace xtd::globalization;
class form1 : public form {
public:
form1() {
text("Texts example");
client_size({200, 400});
self_ << list_box_texts;
list_box_texts.dock(dock_style::fill);
}
private:
list_box list_box_texts;
};
auto main() -> int {
//culture_info::current_culture(culture_info {"fr-FR"});
//culture_info::current_culture(culture_info {"zh-Hans-CN"});
application::run(form1 {});
}
static xtd::string descending()
Gets a system-defined text that has a string value of "&Descending". This field is constant.
static xtd::string help()
Gets a system-defined text that has a string value of "&Help". This field is constant.
static xtd::string cancel()
Gets a system-defined text that has a string value of "&Cancel". This field is constant.
static xtd::string undo()
Gets a system-defined text that has a string value of "&Undo". This field is constant.
static xtd::string new_()
Gets a system-defined text that has a string value of "&New". This field is constant.
static xtd::string undelete()
Gets a system-defined text that has a string value of "Undelete". This field is constant.
static xtd::string align_left()
Gets a system-defined text that has a string value of "Align Left". This field is constant.
static xtd::string indent()
Gets a system-defined text that has a string value of "Indent". This field is constant.
static xtd::string save_as()
Gets a system-defined text that has a string value of "Save &As...". This field is constant.
static xtd::string ignore()
Gets a system-defined text that has a string value of "&Ignore". This field is constant.
static xtd::string execute()
Gets a system-defined text that has a string value of "&Execute". This field is constant.
static xtd::string yes()
Gets a system-defined text that has a string value of "&Yes". This field is constant.
static xtd::string refresh()
Gets a system-defined text that has a string value of "Refresh". This field is constant.
static xtd::string print_preview()
Gets a system-defined text that has a string value of "Print Re&view". This field is constant.
static xtd::string customize()
Gets a system-defined text that has a string value of "&Customize". This field is constant.
static xtd::string redo()
Gets a system-defined text that has a string value of "&Redo". This field is constant.
static xtd::string find()
Gets a system-defined text that has a string value of "&Find...". This field is constant.
static xtd::string index()
Gets a system-defined text that has a string value of "&Index". This field is constant.
static xtd::string alignment()
Gets a system-defined text that has a string value of "Alignment". This field is constant.
static xtd::string edit()
Gets a system-defined text that has a string value of "&Edit". This field is constant.
static xtd::string replace()
Gets a system-defined text that has a string value of "Rep&lace". This field is constant.
static xtd::string actual_size()
Gets a system-defined text that has a string value of "&Actual Size". This field is constant.
static xtd::string print()
Gets a system-defined text that has a string value of "&Print...". This field is constant.
static xtd::string align_right()
Gets a system-defined text that has a string value of "Align Right". This field is constant.
static xtd::string zoom_in()
Gets a system-defined text that has a string value of "Zoom &In". This field is constant.
static xtd::string home()
Gets a system-defined text that has a string value of "&Home". This field is constant.
static xtd::string save()
Gets a system-defined text that has a string value of "&Save". This field is constant.
static xtd::string close()
Gets a system-defined text that has a string value of "&Close". This field is constant.
static xtd::string cdrom()
Gets a system-defined text that has a string value of "&CD-Rom". This field is constant.
static xtd::string spell_check()
Gets a system-defined text that has a string value of "&Spell Check". This field is constant.
static xtd::string cut()
Gets a system-defined text that has a string value of "Cu&t". This field is constant.
static xtd::string ascending()
Gets a system-defined text that has a string value of "&Ascending". This field is constant.
static xtd::string unindent()
Gets a system-defined text that has a string value of "Unindent". This field is constant.
static xtd::string first()
Gets a system-defined text that has a string value of "&First". This field is constant.
static xtd::string italic()
Gets a system-defined text that has a string value of "&Italic". This field is constant.
static xtd::string quit()
Gets a system-defined text that has a string value of "&Quit". This field is constant.
static xtd::string floppy()
Gets a system-defined text that has a string value of "&Floppy". This field is constant.
static xtd::string network()
Gets a system-defined text that has a string value of "&Network". This field is constant.
static xtd::string retry()
Gets a system-defined text that has a string value of "&Retry". This field is constant.
static xtd::string zoom_out()
Gets a system-defined text that has a string value of "Zoom &Out". This field is constant.
static xtd::string preferences()
Gets a system-defined text that has a string value of "&Preference". This field is constant.
static xtd::string color()
Gets a system-defined text that has a string value of "&Color". This field is constant.
static xtd::string no()
Gets a system-defined text that has a string value of "&No". This field is constant.
static xtd::string forward()
Gets a system-defined text that has a string value of "&Forward". This field is constant.
static xtd::string file()
Gets a system-defined text that has a string value of "&File". This field is constant.
static xtd::string search()
Gets a system-defined text that has a string value of "&Search". This field is constant.
static xtd::string del()
Gets a system-defined text that has a string value of "&Delete". This field is constant.
static xtd::string revert_to_saved()
Gets a system-defined text that has a string value of "Revert to Saved". This field is constant.
static xtd::string abort()
Gets a system-defined text that has a string value of "&Abort". This field is constant.
static xtd::string remove()
Gets a system-defined text that has a string value of "Remove". This field is constant.
static xtd::string bold()
Gets a system-defined text that has a string value of "&Bold". This field is constant.
static xtd::string options()
Gets a system-defined text that has a string value of "&Options". This field is constant.
static xtd::string copy()
Gets a system-defined text that has a string value of "&Copy". This field is constant.
static xtd::string add()
Gets a system-defined text that has a string value of "Add". This field is constant.
static xtd::string jump_to()
Gets a system-defined text that has a string value of "&Jump to". This field is constant.
static xtd::string bottom()
Gets a system-defined text that has a string value of "&Bottom". This field is constant.
static xtd::string properties()
Gets a system-defined text that has a string value of "&Properties". This field is constant.
static xtd::string zoom_to_fit()
Gets a system-defined text that has a string value of "Zoom to &Fit". This field is constant.
static xtd::string apply()
Gets a system-defined text that has a string value of "&Apply". This field is constant.
static xtd::string underline()
Gets a system-defined text that has a string value of "&Underline". This field is constant.
static xtd::string tools()
Gets a system-defined text that has a string value of "&Tools". This field is constant.
static xtd::string open()
Gets a system-defined text that has a string value of "&Open...". This field is constant.
static xtd::string convert()
Gets a system-defined text that has a string value of "&Convert". This field is constant.
static xtd::string paste()
Gets a system-defined text that has a string value of "&Paste". This field is constant.
static xtd::string top()
Gets a system-defined text that has a string value of "&Top". This field is constant.
static xtd::string view()
Gets a system-defined text that has a string value of "&View". This field is constant.
static xtd::string info()
Gets a system-defined text that has a string value of "&Info". This field is constant.
static xtd::string contents()
Gets a system-defined text that has a string value of "&Contents". This field is constant.
static xtd::string stop()
Gets a system-defined text that has a string value of "&Stop". This field is constant.
static xtd::string select_all()
Gets a system-defined text that has a string value of "Select &All". This field is constant.
static xtd::string clear()
Gets a system-defined text that has a string value of "&Clear". This field is constant.
static xtd::string centered()
Gets a system-defined text that has a string value of "Centered". This field is constant.
static xtd::string down()
Gets a system-defined text that has a string value of "&Down". This field is constant.
static xtd::string ok()
Gets a system-defined text that has a string value of "&OK". This field is constant.
static xtd::string strikeout()
Gets a system-defined text that has a string value of "&Strikeout". This field is constant.
static xtd::string font()
Gets a system-defined text that has a string value of "&Font". This field is constant.
static xtd::string last()
Gets a system-defined text that has a string value of "&Last". This field is constant.
static xtd::string justified()
Gets a system-defined text that has a string value of "Justified". This field is constant.
static xtd::string back()
Gets a system-defined text that has a string value of "&Back". This field is constant.
static xtd::string up()
Gets a system-defined text that has a string value of "&Up". This field is constant.
static xtd::string about()
Gets a system-defined text that has a string value of "&About". This field is constant.
static xtd::string harddisk()
Gets a system-defined text that has a string value of "&Harddisk". This field is constant.
#define self_
The self_ expression is a reference value expression whose value is the reference of the implicit obj...
Definition self.hpp:20
The xtd::drawing::text namespace provides advanced GDI+ typography functionality.
Definition font_collection.hpp:14
Contains classes that define culture-related information, including language, country/region,...
Definition culture_info.hpp:20

Public Static Properties

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

Public Static Methods

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

Member Function Documentation

◆ abort()

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

◆ about()

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

◆ actual_size()

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

◆ add()

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

◆ alignment()

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

Examples
radio_buttons.cpp, and toggle_buttons.cpp.

◆ align_left()

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

◆ align_right()

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

◆ apply()

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

◆ ascending()

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

◆ back()

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

◆ bold()

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

◆ bottom()

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

◆ cancel()

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

◆ cdrom()

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

◆ centered()

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

◆ clear()

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

◆ close()

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

◆ color()

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

◆ contents()

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

◆ convert()

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

◆ copy()

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

Examples
application_enable_dark_mode.cpp, application_enable_light_mode.cpp, some_controls.cpp, some_system_controls.cpp, and themes.cpp.

◆ customize()

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

◆ cut()

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

Examples
application_enable_dark_mode.cpp, application_enable_light_mode.cpp, some_controls.cpp, some_system_controls.cpp, and themes.cpp.

◆ del()

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

◆ descending()

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

◆ down()

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

◆ edit()

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

◆ execute()

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

◆ exit()

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

◆ file()

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

◆ find()

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

◆ first()

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

◆ floppy()

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

◆ font()

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

Examples
check_boxes.cpp.

◆ forward()

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

◆ harddisk()

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

◆ help()

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

Examples
application_enable_dark_mode.cpp, application_enable_light_mode.cpp, some_controls.cpp, some_system_controls.cpp, and themes.cpp.

◆ home()

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

◆ ignore()

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

◆ indent()

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

◆ index()

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

◆ info()

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

◆ italic()

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

◆ justified()

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

◆ jump_to()

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

◆ last()

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

◆ network()

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

◆ new_()

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

Examples
application_enable_dark_mode.cpp, application_enable_light_mode.cpp, some_controls.cpp, some_system_controls.cpp, and themes.cpp.

◆ next()

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

◆ no()

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

◆ ok()

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

Examples
dialog.cpp.

◆ open()

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

Examples
application_enable_dark_mode.cpp, application_enable_light_mode.cpp, some_controls.cpp, some_system_controls.cpp, and themes.cpp.

◆ options()

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

◆ paste()

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

Examples
application_enable_dark_mode.cpp, application_enable_light_mode.cpp, some_controls.cpp, some_system_controls.cpp, and themes.cpp.

◆ preferences()

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

◆ previous()

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

◆ print()

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

Examples
application_enable_dark_mode.cpp, application_enable_light_mode.cpp, some_controls.cpp, some_system_controls.cpp, and themes.cpp.

◆ print_preview()

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

◆ properties()

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

◆ quit()

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

◆ redo()

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

◆ refresh()

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

◆ remove()

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

◆ replace()

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

◆ retry()

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

◆ revert_to_saved()

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

◆ save()

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

Examples
application_enable_dark_mode.cpp, application_enable_light_mode.cpp, some_controls.cpp, some_system_controls.cpp, and themes.cpp.

◆ save_as()

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

◆ search()

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

◆ select_all()

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

◆ separator()

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

◆ settings()

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

◆ spell_check()

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

◆ stop()

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

◆ strikeout()

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

◆ tools()

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

◆ top()

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

◆ undelete()

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

◆ underline()

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

◆ undo()

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

◆ unindent()

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

◆ up()

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

◆ view()

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

◆ window()

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

◆ yes()

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

◆ zoom_in()

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

◆ zoom_out()

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

◆ zoom_to_fit()

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

◆ get_texts()

const xtd::array< xtd::string > & xtd::drawing::texts::get_texts ( )
staticnoexcept

Gets an array of texts.


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