Table of Contents

Interface IComboBoxItem

Namespace
HP.LFT.SDK.SAP.GUI
Assembly
HP.LFT.SDK.dll

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

string

Text

The text value of the item.

string Text { get; }

Property Value

string