[]
        
(Showing Draft Content)

C1.Win.InputPanel.InputComboBoxItemCollection

InputComboBoxItemCollection Class

Represents a collection of items in InputComboBox.

Inheritance
InputComboBoxItemCollection
Namespace: C1.Win.InputPanel
Assembly: C1.Win.InputPanel.8.dll
Syntax
public class InputComboBoxItemCollection : InputComponentCollection, IList, ICollection, IEnumerable

Methods

Name Description
AddText(string)

Adds an InputOption with the specified text to the collection.

AddText(string[])

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

ContainsText(string)

Determines whether this collection contains an InputOption with the specified text.

IndexOfText(string)

Determines index of the first InputOption with the specified text in the collection.

InsertText(int, string)

Inserts an InputOption with the specified text into this collection at the given index.

RemoveText(string)

Removes the first occurrence of an InputOption with the specified text from the collection.