RangeValuePattern.RangeValuePatternInformation Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |