Table of Contents

Class ListBoxDescription

The description of an SAPUI5 ListBox test object.

Namespace: HP.LFT.SDK.SAP.UI5
Assembly: HP.LFT.SDK.dll
Syntax
public class ListBoxDescription : ListBoxDescription, ICloneable, IDescription

Constructors

ListBoxDescription()

Declaration
public ListBoxDescription()

Properties

IsEnabled

Indicates whether the object is enabled.

Declaration
public bool? IsEnabled { get; set; }
Property Value
Type Description
bool?

SelectType

The type of list. Possible values SelectType

Declaration
public SelectType? SelectType { get; set; }
Property Value
Type Description
SelectType?

Implements

ICloneable
IDescription