xtd 1.0.0
Loading...
Searching...
No Matches
xtd::forms::texts Class Referencefinal
Inheritance diagram for xtd::forms::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 {});
}
virtual const drawing::size & client_size() const noexcept
Gets the height and width of the client area of the control.
virtual const xtd::string & text() const noexcept
Gets the text associated with this control.
Represents a window or dialog box that makes up an application's user interface.
Definition form.hpp:54
static auto print() -> xtd::string
Gets a system-defined text that has a string value of "&Print...". This field is constant.
static auto replace() -> xtd::string
Gets a system-defined text that has a string value of "Rep&lace". This field is constant.
static auto bottom() -> xtd::string
Gets a system-defined text that has a string value of "&Bottom". This field is constant.
static auto select_all() -> xtd::string
Gets a system-defined text that has a string value of "Select &All". This field is constant.
static auto down() -> xtd::string
Gets a system-defined text that has a string value of "&Down". This field is constant.
static auto edit() -> xtd::string
Gets a system-defined text that has a string value of "&Edit". This field is constant.
static auto undelete() -> xtd::string
Gets a system-defined text that has a string value of "Undelete". This field is constant.
static auto close() -> xtd::string
Gets a system-defined text that has a string value of "&Close". This field is constant.
static auto back() -> xtd::string
Gets a system-defined text that has a string value of "&Back". This field is constant.
static auto revert_to_saved() -> xtd::string
Gets a system-defined text that has a string value of "Revert to Saved". This field is constant.
static auto top() -> xtd::string
Gets a system-defined text that has a string value of "&Top". This field is constant.
static auto abort() -> xtd::string
Gets a system-defined text that has a string value of "&Abort". This field is constant.
static auto cancel() -> xtd::string
Gets a system-defined text that has a string value of "&Cancel". This field is constant.
static auto zoom_in() -> xtd::string
Gets a system-defined text that has a string value of "Zoom &In". This field is constant.
static auto properties() -> xtd::string
Gets a system-defined text that has a string value of "&Properties". This field is constant.
static auto actual_size() -> xtd::string
Gets a system-defined text that has a string value of "&Actual Size". This field is constant.
static auto unindent() -> xtd::string
Gets a system-defined text that has a string value of "Unindent". This field is constant.
static auto italic() -> xtd::string
Gets a system-defined text that has a string value of "&Italic". This field is constant.
static auto last() -> xtd::string
Gets a system-defined text that has a string value of "&Last". This field is constant.
static auto zoom_out() -> xtd::string
Gets a system-defined text that has a string value of "Zoom &Out". This field is constant.
static auto clear() -> xtd::string
Gets a system-defined text that has a string value of "&Clear". This field is constant.
static auto customize() -> xtd::string
Gets a system-defined text that has a string value of "&Customize". This field is constant.
static auto help() -> xtd::string
Gets a system-defined text that has a string value of "&Help". This field is constant.
static auto cdrom() -> xtd::string
Gets a system-defined text that has a string value of "&CD-Rom". This field is constant.
static auto alignment() -> xtd::string
Gets a system-defined text that has a string value of "Alignment". This field is constant.
static auto network() -> xtd::string
Gets a system-defined text that has a string value of "&Network". This field is constant.
static auto color() -> xtd::string
Gets a system-defined text that has a string value of "&Color". This field is constant.
static auto del() -> xtd::string
Gets a system-defined text that has a string value of "&Delete". This field is constant.
static auto find() -> xtd::string
Gets a system-defined text that has a string value of "&Find...". This field is constant.
static auto stop() -> xtd::string
Gets a system-defined text that has a string value of "&Stop". This field is constant.
static auto options() -> xtd::string
Gets a system-defined text that has a string value of "&Options". This field is constant.
static auto search() -> xtd::string
Gets a system-defined text that has a string value of "&Search". This field is constant.
static auto retry() -> xtd::string
Gets a system-defined text that has a string value of "&Retry". This field is constant.
static auto descending() -> xtd::string
Gets a system-defined text that has a string value of "&Descending". This field is constant.
static auto tools() -> xtd::string
Gets a system-defined text that has a string value of "&Tools". This field is constant.
static auto paste() -> xtd::string
Gets a system-defined text that has a string value of "&Paste". This field is constant.
static auto preferences() -> xtd::string
Gets a system-defined text that has a string value of "&Preference". This field is constant.
static auto bold() -> xtd::string
Gets a system-defined text that has a string value of "&Bold". This field is constant.
static auto add() -> xtd::string
Gets a system-defined text that has a string value of "Add". This field is constant.
static auto file() -> xtd::string
Gets a system-defined text that has a string value of "&File". This field is constant.
static auto font() -> xtd::string
Gets a system-defined text that has a string value of "&Font". This field is constant.
static auto redo() -> xtd::string
Gets a system-defined text that has a string value of "&Redo". This field is constant.
static auto save() -> xtd::string
Gets a system-defined text that has a string value of "&Save". This field is constant.
static auto strikeout() -> xtd::string
Gets a system-defined text that has a string value of "&Strikeout". This field is constant.
static auto floppy() -> xtd::string
Gets a system-defined text that has a string value of "&Floppy". This field is constant.
static auto ascending() -> xtd::string
Gets a system-defined text that has a string value of "&Ascending". This field is constant.
static auto info() -> xtd::string
Gets a system-defined text that has a string value of "&Info". This field is constant.
static auto underline() -> xtd::string
Gets a system-defined text that has a string value of "&Underline". This field is constant.
static auto align_left() -> xtd::string
Gets a system-defined text that has a string value of "Align Left". This field is constant.
static auto open() -> xtd::string
Gets a system-defined text that has a string value of "&Open...". This field is constant.
static auto new_() -> xtd::string
Gets a system-defined text that has a string value of "&New". This field is constant.
static auto spell_check() -> xtd::string
Gets a system-defined text that has a string value of "&Spell Check". This field is constant.
static auto convert() -> xtd::string
Gets a system-defined text that has a string value of "&Convert". This field is constant.
static auto refresh() -> xtd::string
Gets a system-defined text that has a string value of "Refresh". This field is constant.
static auto up() -> xtd::string
Gets a system-defined text that has a string value of "&Up". This field is constant.
static auto no() -> xtd::string
Gets a system-defined text that has a string value of "&No". This field is constant.
static auto ok() -> xtd::string
Gets a system-defined text that has a string value of "&OK". This field is constant.
static auto harddisk() -> xtd::string
Gets a system-defined text that has a string value of "&Harddisk". This field is constant.
static auto about() -> xtd::string
Gets a system-defined text that has a string value of "&About". This field is constant.
static auto undo() -> xtd::string
Gets a system-defined text that has a string value of "&Undo". This field is constant.
static auto centered() -> xtd::string
Gets a system-defined text that has a string value of "Centered". This field is constant.
static auto index() -> xtd::string
Gets a system-defined text that has a string value of "&Index". This field is constant.
static auto first() -> xtd::string
Gets a system-defined text that has a string value of "&First". This field is constant.
static auto quit() -> xtd::string
Gets a system-defined text that has a string value of "&Quit". This field is constant.
static auto jump_to() -> xtd::string
Gets a system-defined text that has a string value of "&Jump to". This field is constant.
static auto contents() -> xtd::string
Gets a system-defined text that has a string value of "&Contents". This field is constant.
static auto save_as() -> xtd::string
Gets a system-defined text that has a string value of "Save &As...". This field is constant.
static auto apply() -> xtd::string
Gets a system-defined text that has a string value of "&Apply". This field is constant.
static auto yes() -> xtd::string
Gets a system-defined text that has a string value of "&Yes". This field is constant.
static auto view() -> xtd::string
Gets a system-defined text that has a string value of "&View". This field is constant.
static auto execute() -> xtd::string
Gets a system-defined text that has a string value of "&Execute". This field is constant.
static auto home() -> xtd::string
Gets a system-defined text that has a string value of "&Home". This field is constant.
static auto print_preview() -> xtd::string
Gets a system-defined text that has a string value of "Print Re&view". This field is constant.
static auto justified() -> xtd::string
Gets a system-defined text that has a string value of "Justified". This field is constant.
static auto forward() -> xtd::string
Gets a system-defined text that has a string value of "&Forward". This field is constant.
static auto copy() -> xtd::string
Gets a system-defined text that has a string value of "&Copy". This field is constant.
static auto ignore() -> xtd::string
Gets a system-defined text that has a string value of "&Ignore". This field is constant.
static auto cut() -> xtd::string
Gets a system-defined text that has a string value of "Cu&t". This field is constant.
static auto remove() -> xtd::string
Gets a system-defined text that has a string value of "Remove". This field is constant.
static auto align_right() -> xtd::string
Gets a system-defined text that has a string value of "Align Right". This field is constant.
static auto indent() -> xtd::string
Gets a system-defined text that has a string value of "Indent". This field is constant.
static auto zoom_to_fit() -> xtd::string
Gets a system-defined text that has a string value of "Zoom to &Fit". 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
@ fill
All the control's edges are docked to the all edges of its containing control and sized appropriately...
Definition dock_style.hpp:35
Contains classes that define culture-related information, including language, country/region,...
Definition culture_info.hpp:19

Public Static Properties

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

Public Static Methods

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

Member Function Documentation

◆ abort()

auto xtd::drawing::texts::abort ( ) -> xtd::string
staticnodiscard

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

◆ about()

auto xtd::drawing::texts::about ( ) -> xtd::string
staticnodiscard

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

◆ actual_size()

auto xtd::drawing::texts::actual_size ( ) -> xtd::string
staticnodiscard

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

◆ add()

auto xtd::drawing::texts::add ( ) -> xtd::string
staticnodiscard

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

◆ alignment()

auto xtd::drawing::texts::alignment ( ) -> xtd::string
staticnodiscard

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

◆ align_left()

auto xtd::drawing::texts::align_left ( ) -> xtd::string
staticnodiscard

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

◆ align_right()

auto xtd::drawing::texts::align_right ( ) -> xtd::string
staticnodiscard

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

◆ apply()

auto xtd::drawing::texts::apply ( ) -> xtd::string
staticnodiscard

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

◆ ascending()

auto xtd::drawing::texts::ascending ( ) -> xtd::string
staticnodiscard

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

◆ back()

auto xtd::drawing::texts::back ( ) -> xtd::string
staticnodiscard

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

◆ bold()

auto xtd::drawing::texts::bold ( ) -> xtd::string
staticnodiscard

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

◆ bottom()

auto xtd::drawing::texts::bottom ( ) -> xtd::string
staticnodiscard

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

◆ cancel()

auto xtd::drawing::texts::cancel ( ) -> xtd::string
staticnodiscard

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

◆ cdrom()

auto xtd::drawing::texts::cdrom ( ) -> xtd::string
staticnodiscard

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

◆ centered()

auto xtd::drawing::texts::centered ( ) -> xtd::string
staticnodiscard

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

◆ clear()

auto xtd::drawing::texts::clear ( ) -> xtd::string
staticnodiscard

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

◆ close()

auto xtd::drawing::texts::close ( ) -> xtd::string
staticnodiscard

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

◆ color()

auto xtd::drawing::texts::color ( ) -> xtd::string
staticnodiscard

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

◆ contents()

auto xtd::drawing::texts::contents ( ) -> xtd::string
staticnodiscard

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

◆ convert()

auto xtd::drawing::texts::convert ( ) -> xtd::string
staticnodiscard

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

◆ copy()

auto xtd::drawing::texts::copy ( ) -> xtd::string
staticnodiscard

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

◆ customize()

auto xtd::drawing::texts::customize ( ) -> xtd::string
staticnodiscard

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

◆ cut()

auto xtd::drawing::texts::cut ( ) -> xtd::string
staticnodiscard

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

◆ del()

auto xtd::drawing::texts::del ( ) -> xtd::string
staticnodiscard

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

◆ descending()

auto xtd::drawing::texts::descending ( ) -> xtd::string
staticnodiscard

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

◆ down()

auto xtd::drawing::texts::down ( ) -> xtd::string
staticnodiscard

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

◆ edit()

auto xtd::drawing::texts::edit ( ) -> xtd::string
staticnodiscard

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

◆ execute()

auto xtd::drawing::texts::execute ( ) -> xtd::string
staticnodiscard

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

◆ exit()

auto xtd::drawing::texts::exit ( ) -> xtd::string
staticnodiscard

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

◆ file()

auto xtd::drawing::texts::file ( ) -> xtd::string
staticnodiscard

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

◆ find()

auto xtd::drawing::texts::find ( ) -> xtd::string
staticnodiscard

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

◆ first()

auto xtd::drawing::texts::first ( ) -> xtd::string
staticnodiscard

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

◆ floppy()

auto xtd::drawing::texts::floppy ( ) -> xtd::string
staticnodiscard

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

◆ font()

auto xtd::drawing::texts::font ( ) -> xtd::string
staticnodiscard

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

◆ forward()

auto xtd::drawing::texts::forward ( ) -> xtd::string
staticnodiscard

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

◆ harddisk()

auto xtd::drawing::texts::harddisk ( ) -> xtd::string
staticnodiscard

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

◆ help()

auto xtd::drawing::texts::help ( ) -> xtd::string
staticnodiscard

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

◆ home()

auto xtd::drawing::texts::home ( ) -> xtd::string
staticnodiscard

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

◆ ignore()

auto xtd::drawing::texts::ignore ( ) -> xtd::string
staticnodiscard

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

◆ indent()

auto xtd::drawing::texts::indent ( ) -> xtd::string
staticnodiscard

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

◆ index()

auto xtd::drawing::texts::index ( ) -> xtd::string
staticnodiscard

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

◆ info()

auto xtd::drawing::texts::info ( ) -> xtd::string
staticnodiscard

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

◆ italic()

auto xtd::drawing::texts::italic ( ) -> xtd::string
staticnodiscard

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

◆ justified()

auto xtd::drawing::texts::justified ( ) -> xtd::string
staticnodiscard

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

◆ jump_to()

auto xtd::drawing::texts::jump_to ( ) -> xtd::string
staticnodiscard

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

◆ last()

auto xtd::drawing::texts::last ( ) -> xtd::string
staticnodiscard

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

◆ network()

auto xtd::drawing::texts::network ( ) -> xtd::string
staticnodiscard

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

◆ new_()

auto xtd::drawing::texts::new_ ( ) -> xtd::string
staticnodiscard

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

◆ next()

auto xtd::drawing::texts::next ( ) -> xtd::string
staticnodiscard

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

◆ no()

auto xtd::drawing::texts::no ( ) -> xtd::string
staticnodiscard

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

◆ ok()

auto xtd::drawing::texts::ok ( ) -> xtd::string
staticnodiscard

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

◆ open()

auto xtd::drawing::texts::open ( ) -> xtd::string
staticnodiscard

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

◆ options()

auto xtd::drawing::texts::options ( ) -> xtd::string
staticnodiscard

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

◆ paste()

auto xtd::drawing::texts::paste ( ) -> xtd::string
staticnodiscard

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

◆ preferences()

auto xtd::drawing::texts::preferences ( ) -> xtd::string
staticnodiscard

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

◆ previous()

auto xtd::drawing::texts::previous ( ) -> xtd::string
staticnodiscard

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

◆ print()

auto xtd::drawing::texts::print ( ) -> xtd::string
staticnodiscard

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

◆ print_preview()

auto xtd::drawing::texts::print_preview ( ) -> xtd::string
staticnodiscard

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

◆ properties()

auto xtd::drawing::texts::properties ( ) -> xtd::string
staticnodiscard

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

◆ quit()

auto xtd::drawing::texts::quit ( ) -> xtd::string
staticnodiscard

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

◆ redo()

auto xtd::drawing::texts::redo ( ) -> xtd::string
staticnodiscard

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

◆ refresh()

auto xtd::drawing::texts::refresh ( ) -> xtd::string
staticnodiscard

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

◆ remove()

auto xtd::drawing::texts::remove ( ) -> xtd::string
staticnodiscard

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

◆ replace()

auto xtd::drawing::texts::replace ( ) -> xtd::string
staticnodiscard

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

◆ retry()

auto xtd::drawing::texts::retry ( ) -> xtd::string
staticnodiscard

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

◆ revert_to_saved()

auto xtd::drawing::texts::revert_to_saved ( ) -> xtd::string
staticnodiscard

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

◆ save()

auto xtd::drawing::texts::save ( ) -> xtd::string
staticnodiscard

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

◆ save_as()

auto xtd::drawing::texts::save_as ( ) -> xtd::string
staticnodiscard

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

◆ search()

auto xtd::drawing::texts::search ( ) -> xtd::string
staticnodiscard

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

◆ select_all()

auto xtd::drawing::texts::select_all ( ) -> xtd::string
staticnodiscard

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

◆ separator()

auto xtd::drawing::texts::separator ( ) -> xtd::string
staticnodiscard

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

◆ settings()

auto xtd::drawing::texts::settings ( ) -> xtd::string
staticnodiscard

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

◆ spell_check()

auto xtd::drawing::texts::spell_check ( ) -> xtd::string
staticnodiscard

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

◆ stop()

auto xtd::drawing::texts::stop ( ) -> xtd::string
staticnodiscard

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

◆ strikeout()

auto xtd::drawing::texts::strikeout ( ) -> xtd::string
staticnodiscard

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

◆ tools()

auto xtd::drawing::texts::tools ( ) -> xtd::string
staticnodiscard

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

◆ top()

auto xtd::drawing::texts::top ( ) -> xtd::string
staticnodiscard

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

◆ undelete()

auto xtd::drawing::texts::undelete ( ) -> xtd::string
staticnodiscard

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

◆ underline()

auto xtd::drawing::texts::underline ( ) -> xtd::string
staticnodiscard

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

◆ undo()

auto xtd::drawing::texts::undo ( ) -> xtd::string
staticnodiscard

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

◆ unindent()

auto xtd::drawing::texts::unindent ( ) -> xtd::string
staticnodiscard

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

◆ up()

auto xtd::drawing::texts::up ( ) -> xtd::string
staticnodiscard

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

◆ view()

auto xtd::drawing::texts::view ( ) -> xtd::string
staticnodiscard

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

◆ window()

auto xtd::drawing::texts::window ( ) -> xtd::string
staticnodiscard

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

◆ yes()

auto xtd::drawing::texts::yes ( ) -> xtd::string
staticnodiscard

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

◆ zoom_in()

auto xtd::drawing::texts::zoom_in ( ) -> xtd::string
staticnodiscard

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

◆ zoom_out()

auto xtd::drawing::texts::zoom_out ( ) -> xtd::string
staticnodiscard

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

◆ zoom_to_fit()

auto xtd::drawing::texts::zoom_to_fit ( ) -> xtd::string
staticnodiscard

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

◆ get_texts()

auto xtd::drawing::texts::get_texts ( ) -> const xtd::array< xtd::string > &
staticnodiscardnoexcept

Gets an array of texts.


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