Adds a new ComboItem to the ComboBox with the specified caption and image.

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 ComboItem AddItem(
	string caption,
	Image image
)
Visual Basic (Declaration)
Public Function AddItem ( _
	caption As String, _
	image As Image _
) As ComboItem

Parameters

caption
Type: System..::.String

The caption of the new ComboItem.
image
Type: System.Drawing..::.Image

The image of the new ComboItem.

See Also