Table of Contents

Class EditFieldDescription

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

Inheritance
EditFieldDescription
Namespace: HP.LFT.SDK.Mobile
Assembly: HP.LFT.SDK.dll
Syntax
public class EditFieldDescription : UiObjectBaseDescription, ICloneable, IDescription

Constructors

EditFieldDescription()

Declaration
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.

Declaration
public StringProperty Hint { get; set; }
Property Value
Type Description
StringProperty

Implements

ICloneable
IDescription