IValueProvider Interface
Exposes methods and properties to support UI Automation client access to controls having an intrinsic value that does not span a range and that can be represented as a string.
Assembly: UIAutomationProvider (in UIAutomationProvider.dll)
| Name | Description | |
|---|---|---|
![]() | IsReadOnly | Gets a value that specifies whether the value of a control is read-only. |
![]() | Value | Gets the value of the control. |
| Name | Description | |
|---|---|---|
![]() | SetValue(String) | Sets the value of a control. |
The value of the control may or may not be editable depending on the control and its settings.
Implemented on a UI Automation provider that must support the ValuePattern control pattern.
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0

