Table of Contents

Class SpinBoxDescription

The description of a .NET Windows Forms SpinBox test object.

Namespace: HP.LFT.SDK.WinForms
Assembly: HP.LFT.SDK.dll
Syntax
public class SpinBoxDescription : UiObjectDescriptionBase, ICloneable, IDescription

Constructors

SpinBoxDescription()

Declaration
public SpinBoxDescription()

Properties

Value

The spin object value.

Declaration
public int? Value { get; set; }
Property Value
Type Description
int?

Implements

ICloneable
IDescription