Interface ISpinBox
A standard Windows spin box.
Inherited Members
Namespace: HP.LFT.SDK.StdWin
Assembly: HP.LFT.SDK.dll
Syntax
public interface ISpinBox : IUiObjectBase, IUiObjectBase, IClickable, IDoubleClickable, ILocationInfoProvider, ISupportSendKeys, ISupportDragAndDrop, IEnabledProvider, IVisibleProvider, ITestObject, ITestObjectDescriber
Properties
Value
Gets the spin object value.
Declaration
int Value { get; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
Down()
Sets the spin object to its previous value.
Declaration
void Down()
SetValue(int)
Sets the spin object value.
Declaration
void SetValue(int value)
Parameters
| Type | Name | Description |
|---|---|---|
| int | value | The value for the spin object. |
Up()
Sets the spin object to its next value.
Declaration
void Up()