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