Table of Contents

Class ToggleButtonDescription

The description of an SAPUI5 ToggleButton test object.

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

Constructors

ToggleButtonDescription()

Declaration
public ToggleButtonDescription()

Properties

IsChecked

Indicates whether the button is set to 'On'. Null if indeterminate.

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

Implements

ICloneable
IDescription