Class ButtonDescription
The description of a WPF Button test object.
public class ButtonDescription : UiObjectDescriptionBase, ICloneable, IDescription
- Inheritance
-
ButtonDescription
- Implements
- Inherited Members
Constructors
ButtonDescription()
public ButtonDescription()
Properties
HelpText
The help text associated with the element.
public StringProperty HelpText { get; set; }
Property Value
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; }