Class
DesktopRangeValuePattern

Represents range value pattern.

Definition

Namespace:ArtOfTest.WebAii.DesktopAutomation.Patterns

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
public class DesktopRangeValuePattern : DesktopPattern

Inheritance: objectDesktopPatternDesktopRangeValuePattern

Inherited Members DesktopPattern.elementDesktopPattern.EnumNativeArray(IUIAutomationElementArray)DesktopPattern.GetNativePattern<T>(int)

Constructors

DesktopRangeValuePattern(DesktopElement)

Create new instance of DesktopRangeValuePattern class.

Declaration

cs-api-definition
public DesktopRangeValuePattern(DesktopElement element)

Parameters

element

DesktopElement

Underlying element.

Properties

IsReadOnly

Indicates whether element is readonly or not.

Declaration

cs-api-definition
public double IsReadOnly { get; }

Property Value

double

LargeChange

Large change of element value.

Declaration

cs-api-definition
public double LargeChange { get; }

Property Value

double

Maximum

Maximum allowed value.

Declaration

cs-api-definition
public double Maximum { get; }

Property Value

double

Minimum

Minimum allowed value.

Declaration

cs-api-definition
public double Minimum { get; }

Property Value

double

SmallChange

Small change of element value.

Declaration

cs-api-definition
public double SmallChange { get; }

Property Value

double

Value

Element value.

Declaration

cs-api-definition
public double Value { get; }

Property Value

double

Methods

SetValue(double)

Set element value.

Declaration

cs-api-definition
public void SetValue(double value)

Parameters

value

double

New value.