Class EditFieldDescription
The description of a WPF EditField test object.
Inherited Members
Namespace: HP.LFT.SDK.WPF
Assembly: HP.LFT.SDK.dll
Syntax
public class EditFieldDescription : UiObjectDescriptionBase, ICloneable, IDescription
Constructors
EditFieldDescription()
Declaration
public EditFieldDescription()
Properties
IsReadOnly
Indicates whether the text editing object is read-only to a user interacting with this object
Declaration
public bool? IsReadOnly { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Name
The name of this object.
Declaration
public StringProperty Name { get; set; }
Property Value
| Type | Description |
|---|---|
| StringProperty |
ParentText
The text associated with the parent object of this object.
Declaration
public StringProperty ParentText { get; set; }
Property Value
| Type | Description |
|---|---|
| StringProperty |