ArcGIS Explorer Component Help |
ComboBox..::.Items Property |
ComboBox Class See Also |
Gets a collection of all the items in the ComboBox.
Namespace:
ESRI.ArcGISExplorer.ApplicationAssembly: ESRI.ArcGISExplorer.Application (in ESRI.ArcGISExplorer.Application.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public ComboItemCollection Items { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Items As ComboItemCollection |
Field Value
A ComboItemCollection object containing GalleryItem objects each of which represents an item in the ComboBox.Remarks
Each ComboItem in this collection property will be shown in the gallery in the Ribbon. If the items in the combobox do not change, fill this collection with when the ComboBox is instantiated.
It may be appropriate to update this collection periodically from within the OnUpdate()()() method, in order to present an appropriate selection of items to the user.