ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / ComboBoxItem Class / ComboBoxItem Constructor / ComboBoxItem Constructor(String,String,String)
The label for the gallery item.
The path to the image to use.
The tooltip for the combo box item.

In This Topic
    ComboBoxItem Constructor(String,String,String)
    In This Topic
    Initializes a ComboBoxItem class.
    Syntax
    Public Function New( _
       ByVal text As String, _
       Optional ByVal imagePath As String, _
       Optional ByVal tooltip As String _
    )
    public ComboBoxItem( 
       string text,
       string imagePath,
       string tooltip
    )

    Parameters

    text
    The label for the gallery item.
    imagePath
    The path to the image to use.
    tooltip
    The tooltip for the combo box item.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also