[]
public interface that represents UI elements that are expressing a value
public interface IUiaValueProvider
Name | Description |
---|---|
IsReadOnly | Indicates that the value can only be read, not modified. returns True if the control is read-only |
Value | Value of a value control, as a a string. |
Name | Description |
---|---|
SetValue(string) | Request to set the value that this UI element is representing |