"selectedText"
Returns or sets the text of the selected entry.
Synopsis
setValue(string shape, "selectedText", string text);
getValue(string shape, "selectedText", string &text);
string shape.selectedText();
Parameters
Parameter | Description |
---|---|
shape | Name of the object |
text | The text of the selected entry. |
Description
This attribute returns or sets the text of a selected option.
Example
see "selectedPos"
Assignment
Combobox