Class WindowDescription
The description of a WPF window test object.
public class WindowDescription : UiObjectDescriptionBase, ICloneable, IDescription
- Inheritance
-
WindowDescription
- Implements
- Inherited Members
Constructors
WindowDescription()
public WindowDescription()
Properties
IsModal
Indicates whether the window is modal.
public bool? IsModal { get; set; }
Property Value
- bool?
ParentText
The text associated with the parent object of this object.
public StringProperty ParentText { get; set; }