Table of Contents

Class ButtonDescription

Namespace
HP.LFT.SDK.WPF
Assembly
HP.LFT.SDK.dll

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

StringProperty

Name

The name of this object.

public StringProperty Name { get; set; }

Property Value

StringProperty

ParentText

The text associated with the parent object of this object.

public StringProperty ParentText { get; set; }

Property Value

StringProperty