RangeValuePattern.RangeValuePatternInformation Struct

Definition

Provides access to the property values of a RangeValuePattern object using its Current or Cached accessors.

public: value class RangeValuePattern::RangeValuePatternInformation
public struct RangeValuePattern.RangeValuePatternInformation
type RangeValuePattern.RangeValuePatternInformation = struct
Public Structure RangeValuePattern.RangeValuePatternInformation
Inheritance
RangeValuePattern.RangeValuePatternInformation

Properties

IsReadOnly

Gets a value that specifies whether the value of a UI Automation element is read-only.

LargeChange

Gets the control-specific large-change value which is added to or subtracted from the Value property.

Maximum

Gets the maximum range value supported by the UI Automation element.

Minimum

Gets the minimum range value supported by the UI Automation element.

SmallChange

Gets the small-change value, unique to the UI Automation element, which is added to or subtracted from the elements Value property.

Value

Gets the current value of the UI Automation element.

Applies to

See also