Table of Contents

Class ComboBoxDescription

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

Description of a SAP GUI for Windows combo box.

public class ComboBoxDescription : ElementDescription, ICloneable, IDescription
Inheritance
ComboBoxDescription
Implements
Inherited Members

Constructors

ComboBoxDescription()

public ComboBoxDescription()

Properties

IsEnabled

Indicates whether the combo box can accept user input.

public bool? IsEnabled { get; set; }

Property Value

bool?

Items

The list of the items in the combo box.

public string[] Items { get; set; }

Property Value

string[]

ItemsCount

The number of items contained in the combo box.

public uint? ItemsCount { get; set; }

Property Value

uint?

SelectedItem

The selected item.

public StringProperty SelectedItem { get; set; }

Property Value

StringProperty