Table of Contents

Class SpinBoxDescription

Namespace
HP.LFT.SDK.Java
Assembly
HP.LFT.SDK.dll

The description of a Java SpinBox test object.

public class SpinBoxDescription : UiObjectBaseDescription, ICloneable, IDescription
Inheritance
SpinBoxDescription
Implements
Inherited Members

Constructors

SpinBoxDescription()

public SpinBoxDescription()

Properties

Maximum

The maximum value of the spin box.

public StringProperty Maximum { get; set; }

Property Value

StringProperty

Minimum

The minimum value of the spin box.

public StringProperty Minimum { get; set; }

Property Value

StringProperty

Value

The spin box value.

public StringProperty Value { get; set; }

Property Value

StringProperty