IComboBoxItem Interface
An item of a combo box in a SAP GUI for Windows application.

C# Syntax

public interface IComboBoxItem 
Public Properties
 NameDescription
PropertyKeyThe abbreviated value of the item.  
PropertyTextThe text value of the item.  
Top