IValueProvider Interface
Exposes methods and properties to support access by a UI Automation client to controls that have an intrinsic value that does not span a range and that can be represented as a string.
Definition
Namespace: Avalonia.Automation.Provider
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public interface IValueProvider
Public Interface IValueProvider
type IValueProvider = interface end
Properties
IsReadOnly | Gets a value that indicates whether the value of a control is read-only. |
Value | Gets the value of the control. |
Methods
SetValue(String) | Sets the value of a control. |