[]
        
(Showing Draft Content)

C1.C1Preview.RenderInputComboBoxItemCollection

RenderInputComboBoxItemCollection Class

Represents a collection of RenderInputComboBoxItem objects.

Inheritance
RenderInputComboBoxItemCollection
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
public class RenderInputComboBoxItemCollection : CollectionBase, IList, ICollection, IEnumerable

Constructors

Name Description
RenderInputComboBoxItemCollection()

Properties

Name Description
this[int]

Gets or sets the element at the specified index.

Methods

Name Description
Add(RenderInputComboBoxItem)

Adds a RenderInputComboBoxItem to the current collection.

Add(string)

Creates a new RenderInputComboBoxItem, initializing its Text with the passed string, and adds it to the current collection.

IndexOf(RenderInputComboBoxItem)

Returns the index of a RenderInputComboBoxItem in the current collection.

Insert(int, RenderInputComboBoxItem)

Inserts a RenderInputComboBoxItem into the current collection.

Remove(RenderInputComboBoxItem)

Removes a RenderInputComboBoxItem from the current collection.

See Also