ValuePattern Class

Definition

Represents a control that has an intrinsic value that does not span a range and can be represented as a string. This string may or may not be editable depending on the control and its settings.

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

Fields

IsReadOnlyProperty

Identifies the IsReadOnly property.

Pattern

Identifies the ValuePattern control pattern.

ValueProperty

Identifies the Value property.

Properties

Cached

Gets the cached UI Automation property values for this ValuePattern.

Current

Gets the current UI Automation property values for this ValuePattern.

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(String)

Sets the value of the control.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also