Table of Contents

Class CheckBoxDescription

The description of an SAPUI5 CheckBox test object.

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

Constructors

CheckBoxDescription()

Declaration
public CheckBoxDescription()

Properties

IsChecked

Indicates whether the check box is selected.

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

IsReadOnly

Indicates whether the object is read only.

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

Implements

ICloneable
IDescription