Table of Contents

Interface ISpinBox

Namespace
HP.LFT.SDK.StdWin
Assembly
HP.LFT.SDK.dll

A standard Windows spin box.

public interface ISpinBox : IUiObjectBase, IUiObjectBase, IClickable, IDoubleClickable, ILocationInfoProvider, ISupportSendKeys, ISupportDragAndDrop, IEnabledProvider, IVisibleProvider, ITestObject, ITestObjectDescriber
Inherited Members
Extension Methods

Properties

Value

Gets the spin object value.

int Value { get; }

Property Value

int

Methods

Down()

Sets the spin object to its previous value.

void Down()

SetValue(int)

Sets the spin object value.

void SetValue(int value)

Parameters

value int

The value for the spin object.

Up()

Sets the spin object to its next value.

void Up()