ArcGIS Explorer Component Help |
ComboItemCollection..::.AddItem Method (String, String) |
ComboItemCollection Class See Also |
Adds a new ComboItem to the ComboBox with the specified caption and group label.
Namespace:
ESRI.ArcGISExplorer.ApplicationAssembly: ESRI.ArcGISExplorer.Application (in ESRI.ArcGISExplorer.Application.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public ComboItem AddItem( string caption, string groupLabel ) |
Visual Basic (Declaration) |
---|
Public Function AddItem ( _ caption As String, _ groupLabel As String _ ) As ComboItem |
Parameters
- caption
- Type: System..::.String
The caption of the new ComboItem.
- groupLabel
- Type: System..::.String
The group label of a collection of ComboItems.