Table of Contents

Class EditFieldDescription

Namespace
HP.LFT.SDK.Mobile
Assembly
HP.LFT.SDK.dll

The description of an EditField test object in a mobile application.

public class EditFieldDescription : UiObjectBaseDescription, ICloneable, IDescription
Inheritance
EditFieldDescription
Implements
Inherited Members

Constructors

EditFieldDescription()

public EditFieldDescription()

Properties

Hint

The hint of the edit box. The hint is an instruction or an example indicating the type of content to enter for the value of a control, for example, a grayed out hint inside a text box.

public StringProperty Hint { get; set; }

Property Value

StringProperty