ArcGIS Pro 2.8 API Reference Guide
ComboBoxItem Constructor(String,Object)

ArcGIS.Desktop.Framework.Contracts Namespace > ComboBoxItem Class > ComboBoxItem Constructor : ComboBoxItem Constructor(String,Object)
The label for the combo box item.
The combo box item image.
Initializes a ComboBoxItem class.
Syntax
public ComboBoxItem( 
   string text,
   object icon
)
Public Function New( _
   ByVal text As String, _
   ByVal icon As Object _
)

Parameters

text
The label for the combo box item.
icon
The combo box item image.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

ComboBoxItem Class
ComboBoxItem Members
Overload List