ArcGIS Pro 2.6 API Reference Guide
Add Method (ComboBox)

ArcGIS.Desktop.Framework.Contracts Namespace > ComboBox Class : Add Method
The item being added to the combo box.
Adds an item to the collection.
Syntax
protected void Add( 
   object item
)
Protected Sub Add( _
   ByVal item As Object _
) 

Parameters

item
The item being added to the combo box.
Remarks

All items added to the ItemCollection must be created on the main UI thread as these ultimately become UI content.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ComboBox Class
ComboBox Members