Interface IValuePattern
The methods and properties used to interact with 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 interface IValuePattern
Properties
IsReadOnly
A value that specifies whether the value of a UI Automation element is read-only.
bool IsReadOnly { get; }
Property Value
Value
The value of the UIA Pro element. The UIA Pro provider is responsible for converting the value to the appropriate data type.
string Value { get; set; }
Property Value
Methods
SetSecure(string)
Sets the encrypted value of the UIA Pro element.
void SetSecure(string encryptedValue)
Parameters
encryptedValuestring