Table of Contents

Class ButtonDescription

The description of a WPF Button test object.

Namespace: HP.LFT.SDK.WPF
Assembly: HP.LFT.SDK.dll
Syntax
public class ButtonDescription : UiObjectDescriptionBase, ICloneable, IDescription

Constructors

ButtonDescription()

Declaration
public ButtonDescription()

Properties

HelpText

The help text associated with the element.

Declaration
public StringProperty HelpText { get; set; }
Property Value
Type Description
StringProperty

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

Implements

ICloneable
IDescription