Interface IComboBoxItem
An item of a combo box in a SAP GUI for Windows application.
public interface IComboBoxItem
Properties
Key
The abbreviated value of the item.
string Key { get; }
Property Value
Text
The text value of the item.
string Text { get; }