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

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.
Initializes a ComboBoxItem class.
Syntax
public ComboBoxItem( 
   string text,
   string imagePath,
   string tooltip
)
Public Function New( _
   ByVal text As String, _
   Optional ByVal imagePath As String, _
   Optional ByVal tooltip As String _
)

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 10, Windows 8.1

See Also

Reference

ComboBoxItem Class
ComboBoxItem Members
Overload List