Represents the collection of comboitems in a combobox.

Namespace:  ESRI.ArcGISExplorer.Application

Assembly:  ESRI.ArcGISExplorer.Application (in ESRI.ArcGISExplorer.Application.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public sealed class ComboItemCollection : Collection<ComboItem>
Visual Basic (Declaration)
Public NotInheritable Class ComboItemCollection _
	Inherits Collection(Of ComboItem)

Remarks

The ComboBox class returns a ComboItemCollection from the Items property. A new ComboBox will have an empty ComboItemCollection by default.

Inheritance Hierarchy

System..::.Object

  System.Collections.ObjectModel..::.Collection<(Of <(ComboItem>)>)

    ESRI.ArcGISExplorer.Application..::.ComboItemCollection

See Also