Table of Contents

Class CheckBoxDescription

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

Description of a SAP GUI for Windows checkbox.

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

Constructors

CheckBoxDescription()

public CheckBoxDescription()

Properties

AttachedText

The static text attached to the checkbox.

public StringProperty AttachedText { get; set; }

Property Value

StringProperty

IsChecked

Indicates whether the checkbox is selected.

public bool? IsChecked { get; set; }

Property Value

bool?

IsEnabled

Indicates whether the checkbox can accept user input.

public bool? IsEnabled { get; set; }

Property Value

bool?