Interface ISpinBox
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
Methods
Down()
Sets the spin object to its previous value.
void Down()
SetValue(int)
Sets the spin object value.
void SetValue(int value)
Parameters
valueintThe value for the spin object.
Up()
Sets the spin object to its next value.
void Up()