[]
        
(Showing Draft Content)

C1.Win.C1InputPanel.InputComboBoxItemCollection.AddText

AddText Method

AddText(string)

Adds an InputOption with the specified text to the collection.

Declaration
public int AddText(string text)
Parameters
Type Name Description
string text
Returns
Type Description
int

AddText(string[])

Adds a few InputOption items with text from the given array of strings.

Declaration
public void AddText(string[] textItems)
Parameters
Type Name Description
string[] textItems