IValueProviderSetValue Method

Sets the value of a control.

Definition

Namespace: Avalonia.Automation.Provider
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
void SetValue(
	string? value
)

Parameters

value  String
The value to set. The provider is responsible for converting the value to the appropriate data type.

Remarks

WindowsIValueProvider.SetValue
macOSNSAccessibilityProtocol.setAccessibilityValue (not implemented)

See Also