[]
Adds an InputOption with the specified text to the collection.
public int AddText(string text)
Type | Name | Description |
---|---|---|
string | text |
Type | Description |
---|---|
int |
Adds a few InputOption items with text from the given array of strings.
public void AddText(string[] textItems)
Type | Name | Description |
---|---|---|
string[] | textItems |