# C1.Win.C1Input.InvalidFontFamily

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Input_InvalidFontFamily" data-uid="C1.Win.C1Input.InvalidFontFamily" class="text-break">InvalidFontFamily Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.Win.C1Input.InvalidFontFamily.html">InvalidFontFamily</a> class represents the settings for <a class="xref" href="C1.Win.C1Input.C1FontPicker.InvalidFontFamily.html#C1_Win_C1Input_C1FontPicker_InvalidFontFamily">InvalidFontFamily</a> property.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">InvalidFontFamily</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Input.html">C1.Win.C1Input</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Input.4.8.dll</h6>
  <h5 id="C1_Win_C1Input_InvalidFontFamily_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class InvalidFontFamily : INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class InvalidFontFamily
    Implements INotifyPropertyChanged</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1Input_InvalidFontFamily__ctor" data-uid="C1.Win.C1Input.InvalidFontFamily.#ctor">
          <a class="xref" href="C1.Win.C1Input.InvalidFontFamily.-ctor.html#C1_Win_C1Input_InvalidFontFamily__ctor">InvalidFontFamily()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.C1Input.InvalidFontFamily.html">InvalidFontFamily</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_C1Input_InvalidFontFamily_AllowInvalidFontFamily" data-uid="C1.Win.C1Input.InvalidFontFamily.AllowInvalidFontFamily">
          <a class="xref" href="C1.Win.C1Input.InvalidFontFamily.AllowInvalidFontFamily.html#C1_Win_C1Input_InvalidFontFamily_AllowInvalidFontFamily">AllowInvalidFontFamily</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the user can set an incorrect string as <a class="xref" href="C1.Win.C1Input.C1FontPicker.html">C1FontPicker</a>'s Value or not.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_InvalidFontFamily_DisplayedText" data-uid="C1.Win.C1Input.InvalidFontFamily.DisplayedText">
          <a class="xref" href="C1.Win.C1Input.InvalidFontFamily.DisplayedText.html#C1_Win_C1Input_InvalidFontFamily_DisplayedText">DisplayedText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text shown in the <a class="xref" href="C1.Win.C1Input.C1FontPicker.html">C1FontPicker</a>'s editor for any incorrect input.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_InvalidFontFamily_SelectedFontFamily" data-uid="C1.Win.C1Input.InvalidFontFamily.SelectedFontFamily">
          <a class="xref" href="C1.Win.C1Input.InvalidFontFamily.SelectedFontFamily.html#C1_Win_C1Input_InvalidFontFamily_SelectedFontFamily">SelectedFontFamily</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a FontFamily name of one of the installed fonts that will be returned as <a class="xref" href="C1.Win.C1Input.C1FontPicker.html">C1FontPicker</a>'s Value for any incorrect input.</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_C1Input_InvalidFontFamily_OnPropertyChanged_System_String_" data-uid="C1.Win.C1Input.InvalidFontFamily.OnPropertyChanged(System.String)">
          <a class="xref" href="C1.Win.C1Input.InvalidFontFamily.OnPropertyChanged.html#C1_Win_C1Input_InvalidFontFamily_OnPropertyChanged_System_String_">OnPropertyChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.C1Input.InvalidFontFamily.PropertyChanged.html">PropertyChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_InvalidFontFamily_Reset" data-uid="C1.Win.C1Input.InvalidFontFamily.Reset">
          <a class="xref" href="C1.Win.C1Input.InvalidFontFamily.Reset.html#C1_Win_C1Input_InvalidFontFamily_Reset">Reset()</a>
        </td>
        <td class="markdown level1 summary"><p>Reset all to default properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_InvalidFontFamily_ResetDisplayedText" data-uid="C1.Win.C1Input.InvalidFontFamily.ResetDisplayedText">
          <a class="xref" href="C1.Win.C1Input.InvalidFontFamily.ResetDisplayedText.html#C1_Win_C1Input_InvalidFontFamily_ResetDisplayedText">ResetDisplayedText()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.C1Input.InvalidFontFamily.DisplayedText.html#C1_Win_C1Input_InvalidFontFamily_DisplayedText">DisplayedText</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_InvalidFontFamily_ResetSelectedFontFamily" data-uid="C1.Win.C1Input.InvalidFontFamily.ResetSelectedFontFamily">
          <a class="xref" href="C1.Win.C1Input.InvalidFontFamily.ResetSelectedFontFamily.html#C1_Win_C1Input_InvalidFontFamily_ResetSelectedFontFamily">ResetSelectedFontFamily()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.C1Input.InvalidFontFamily.SelectedFontFamily.html#C1_Win_C1Input_InvalidFontFamily_SelectedFontFamily">SelectedFontFamily</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_InvalidFontFamily_SetField__1___0____0_System_String_" data-uid="C1.Win.C1Input.InvalidFontFamily.SetField``1(``0@,``0,System.String)">
          <a class="xref" href="C1.Win.C1Input.InvalidFontFamily.SetField.html#C1_Win_C1Input_InvalidFontFamily_SetField__1___0____0_System_String_">SetField&lt;T&gt;(ref T, T, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Compares two values of property and raises an <a class="xref" href="C1.Win.C1Input.InvalidFontFamily.PropertyChanged.html">PropertyChanged</a> event if they are different.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_InvalidFontFamily_ShouldSerializeDisplayedText" data-uid="C1.Win.C1Input.InvalidFontFamily.ShouldSerializeDisplayedText">
          <a class="xref" href="C1.Win.C1Input.InvalidFontFamily.ShouldSerializeDisplayedText.html#C1_Win_C1Input_InvalidFontFamily_ShouldSerializeDisplayedText">ShouldSerializeDisplayedText()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the <a class="xref" href="C1.Win.C1Input.InvalidFontFamily.DisplayedText.html#C1_Win_C1Input_InvalidFontFamily_DisplayedText">DisplayedText</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_InvalidFontFamily_ShouldSerializeSelectedFontFamily" data-uid="C1.Win.C1Input.InvalidFontFamily.ShouldSerializeSelectedFontFamily">
          <a class="xref" href="C1.Win.C1Input.InvalidFontFamily.ShouldSerializeSelectedFontFamily.html#C1_Win_C1Input_InvalidFontFamily_ShouldSerializeSelectedFontFamily">ShouldSerializeSelectedFontFamily()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the <a class="xref" href="C1.Win.C1Input.InvalidFontFamily.SelectedFontFamily.html#C1_Win_C1Input_InvalidFontFamily_SelectedFontFamily">SelectedFontFamily</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_InvalidFontFamily_ToString" data-uid="C1.Win.C1Input.InvalidFontFamily.ToString">
          <a class="xref" href="C1.Win.C1Input.InvalidFontFamily.ToString.html#C1_Win_C1Input_InvalidFontFamily_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the string that represents the current object.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1Input_InvalidFontFamily_PropertyChanged" data-uid="C1.Win.C1Input.InvalidFontFamily.PropertyChanged">
          <a class="xref" href="C1.Win.C1Input.InvalidFontFamily.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a property value changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
