ArcGIS Pro 3.2 API Reference Guide
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.

In This Topic
    ComboBoxItem Constructor(String,Object)
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also