Initializes a new instance of the ComboItem class with the specified caption, image 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
Syntax
| C# | 
|---|
| public ComboItem( string caption, Image image, string groupLabel ) | 
| Visual Basic (Declaration) | 
|---|
| Public Sub New ( _ caption As String, _ image As Image, _ groupLabel As String _ ) | 
Parameters
- caption
- Type: System..::.String
 The caption of the new ComboItem.
- image
- Type: System.Drawing..::.Image
 The image of the new ComboItem.
- groupLabel
- Type: System..::.String
 The group label of a collection of ComboItems.





