Interface IComboBoxItem
An item of a combo box in a SAP GUI for Windows application.
Namespace: HP.LFT.SDK.SAP.GUI
Assembly: HP.LFT.SDK.dll
Syntax
public interface IComboBoxItem
Properties
Key
The abbreviated value of the item.
Declaration
string Key { get; }
Property Value
| Type | Description |
|---|---|
| string |
Text
The text value of the item.
Declaration
string Text { get; }
Property Value
| Type | Description |
|---|---|
| string |