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.
Namespace: Avalonia.Automation.ProviderAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public interface IValueProvider
Public Interface IValueProvider
type IValueProvider = interface end
| IsReadOnly |
Gets a value that indicates whether the value of a control is read-only.
|
| Value |
Gets the value of the control.
|