RangeValuePattern Class

Definition

Represents a control that can be set to a value within a range.

public ref class RangeValuePattern : System::Windows::Automation::BasePattern
public class RangeValuePattern : System.Windows.Automation.BasePattern
type RangeValuePattern = class
    inherit BasePattern
Public Class RangeValuePattern
Inherits BasePattern
Inheritance
RangeValuePattern

Remarks

Controls may allow recalibration of their supported properties based upon locale or user preference. An example of this would be a thermometer control that can be set to display the temperature in Fahrenheit or Celsius.

Fields

IsReadOnlyProperty

Identifies the IsReadOnly property.

LargeChangeProperty

Identifies the LargeChange property.

MaximumProperty

Identifies the Maximum property.

MinimumProperty

Identifies the Minimum property.

Pattern

Identifies the RangeValuePattern control pattern.

SmallChangeProperty

Identifies the SmallChange property.

ValueProperty

Identifies the Value property.

Properties

Cached

Gets the cached property values for this RangeValuePattern.

Current

Gets the current property values for this RangeValuePattern.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
SetValue(Double)

Sets the value associated with the UI Automation element.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also