[]
        
(Showing Draft Content)

C1.Win.Accessibility.Items.BaseInterfaces.IUiaValueProvider

IUiaValueProvider Interface

public interface that represents UI elements that are expressing a value

Namespace: C1.Win.Accessibility.Items.BaseInterfaces
Assembly: C1.Win.8.dll
Syntax
public interface IUiaValueProvider

Properties

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.

Methods

Name Description
SetValue(string)

Request to set the value that this UI element is representing