"textAllLangs"
Allows setting the label text for a specific box option or reading a specific option. Works like "text", but uses a langString instead.
Synopsis
setValue(string shape, "textAllLangs", int n, langString s);
shape.textAllLangs(int n, langString s);
Parameters
Parameter | Description |
---|---|
shape | Name of the object |
n | Index of the box option, starting with 0 |
s | Text, in all languages |
Description
This attribute is used to set the label text for a specific option in the radio box whereby "n" is the number of the option and "s" the new text for the label.
Note: To add an "&" character to the text, the notation "&&" must be used. A
single "&" will add an underline to the following character.
Assignment
Radio box