# C1.Win.Accessibility.Items.BaseInterfaces.IUiaValueProvider

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Accessibility_Items_BaseInterfaces_IUiaValueProvider" data-uid="C1.Win.Accessibility.Items.BaseInterfaces.IUiaValueProvider" class="text-break">IUiaValueProvider Interface
</h1>
  <div class="markdown level0 summary"><p>public interface that represents UI elements that are expressing a value</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Accessibility.Items.BaseInterfaces.html">C1.Win.Accessibility.Items.BaseInterfaces</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.10.dll</h6>
  <h5 id="C1_Win_Accessibility_Items_BaseInterfaces_IUiaValueProvider_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IUiaValueProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IUiaValueProvider</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Accessibility_Items_BaseInterfaces_IUiaValueProvider_IsReadOnly" data-uid="C1.Win.Accessibility.Items.BaseInterfaces.IUiaValueProvider.IsReadOnly">
          <a class="xref" href="C1.Win.Accessibility.Items.BaseInterfaces.IUiaValueProvider.IsReadOnly.html#C1_Win_Accessibility_Items_BaseInterfaces_IUiaValueProvider_IsReadOnly">IsReadOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates that the value can only be read, not modified.
returns True if the control is read-only</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Accessibility_Items_BaseInterfaces_IUiaValueProvider_Value" data-uid="C1.Win.Accessibility.Items.BaseInterfaces.IUiaValueProvider.Value">
          <a class="xref" href="C1.Win.Accessibility.Items.BaseInterfaces.IUiaValueProvider.Value.html#C1_Win_Accessibility_Items_BaseInterfaces_IUiaValueProvider_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Value of a value control, as a a string.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Accessibility_Items_BaseInterfaces_IUiaValueProvider_SetValue_System_String_" data-uid="C1.Win.Accessibility.Items.BaseInterfaces.IUiaValueProvider.SetValue(System.String)">
          <a class="xref" href="C1.Win.Accessibility.Items.BaseInterfaces.IUiaValueProvider.SetValue.html#C1_Win_Accessibility_Items_BaseInterfaces_IUiaValueProvider_SetValue_System_String_">SetValue(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Request to set the value that this UI element is representing</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
