# C1.WinUI.Input

## Content

<div class="doc-site-dotnet-api-container">

  <h1 id="C1_WinUI_Input" data-uid="C1.WinUI.Input" class="text-break">C1.WinUI.Input Namespace
</h1>
  <div class="markdown level0 summary"></div>
  <div class="markdown level0 conceptual"></div>
  <div class="markdown level0 remarks"></div>
    <h3 id="classes">
Classes
</h3>
      <h4><a class="xref" href="C1.WinUI.Input.AutoSizeContentPresenter.html">AutoSizeContentPresenter</a></h4>
      <section><p><span class="xref">Microsoft.UI.Xaml.Controls.ContentPresenter</span> whose size can be determined by the size of its content and keep it if the content size is reduced.</p>
</section>
      <h4><a class="xref" href="C1.WinUI.Input.C1AutoCompleteTextBox.html">C1AutoCompleteTextBox</a></h4>
      <section><p>Represents a control that can be used to display and edit plain text.</p>
</section>
      <h4><a class="xref" href="C1.WinUI.Input.C1DropDown.html">C1DropDown</a></h4>
      <section><p>C1DropDown provides a generic drop-down control with a Header property that determines what the user sees when the drop-down part of the control is closed, and a Content property that determines what goes into the drop-down section.</p>
</section>
      <h4><a class="xref" href="C1.WinUI.Input.C1DropDownButton.html">C1DropDownButton</a></h4>
      <section><p>C1DropDown provides a generic drop-down control with a Header property that determines what the user sees when the drop-down part of the control is closed, and a Content property that determines what goes into the drop-down section.</p>
</section>
      <h4><a class="xref" href="C1.WinUI.Input.C1MaskedTextBox.html">C1MaskedTextBox</a></h4>
      <section><p>Represents a control that uses a mask to prevent users from entering invalid data.</p>
</section>
      <h4><a class="xref" href="C1.WinUI.Input.C1NumericBox.html">C1NumericBox</a></h4>
      <section><p>The C1NumericBox control is a numeric editor that allows you to display and edit numeric values in many formats.</p>
</section>
      <h4><a class="xref" href="C1.WinUI.Input.C1Popup.html">C1Popup</a></h4>
      <section><p>Popup that displays a <a class="xref" href="C1.WinUI.Input.C1Popup.Child.html#C1_WinUI_Input_C1Popup_Child">Child</a> element relatively to <a class="xref" href="C1.WinUI.Input.C1Popup.PlacementTarget.html#C1_WinUI_Input_C1Popup_PlacementTarget">PlacementTarget</a>.</p>
</section>
      <h4><a class="xref" href="C1.WinUI.Input.C1PopupBorder.html">C1PopupBorder</a></h4>
      <section><p>Border used to display the popup content inside.</p>
</section>
      <h4><a class="xref" href="C1.WinUI.Input.C1RangeSlider.html">C1RangeSlider</a></h4>
      <section><p>The C1RangeSlider control enables the end-user to select two values from a range by moving two Thumb controls along a track.</p>
</section>
      <h4><a class="xref" href="C1.WinUI.Input.C1SplitButton.html">C1SplitButton</a></h4>
      <section><p>Button which contains another button in the right side which opens a popup.</p>
</section>
      <h4><a class="xref" href="C1.WinUI.Input.C1TextBox.html">C1TextBox</a></h4>
      <section><p>Represents a control that can be used to display and edit plain text,</p>
</section>
      <h4><a class="xref" href="C1.WinUI.Input.C1ValidationDecorator.html">C1ValidationDecorator</a></h4>
      <section><p>Displays binding validation errors.</p>
</section>
      <h4><a class="xref" href="C1.WinUI.Input.MaskedTextChangedEventArgs.html">MaskedTextChangedEventArgs</a></h4>
      <section><p>Provides data for the <a class="xref" href="C1.WinUI.Input.C1MaskedTextBox.MaskedTextChanged.html">MaskedTextChanged</a> event.</p>
</section>
      <h4><a class="xref" href="C1.WinUI.Input.PopupUtil.html">PopupUtil</a></h4>
      <section><p>Utility methods for popups.</p>
</section>
      <h4><a class="xref" href="C1.WinUI.Input.PrepareDropDownEventArgs.html">PrepareDropDownEventArgs</a></h4>
      <section><p>Argument of the event fired before the drop-down box is opened.</p>
</section>
      <h4><a class="xref" href="C1.WinUI.Input.TextBoxAutoCompleteEventArgs.html">TextBoxAutoCompleteEventArgs</a></h4>
      <section><p>Contains information about the <a class="xref" href="C1.WinUI.Input.C1AutoCompleteTextBox.AutoComplete.html">AutoComplete</a>.</p>
</section>
    <h3 id="structs">
Structs
</h3>
      <h4><a class="xref" href="C1.WinUI.Input.AnchorMatching.html">AnchorMatching</a></h4>
      <section><p>Specifies an anchor matching between two elements.</p>
</section>
    <h3 id="enums">
Enums
</h3>
      <h4><a class="xref" href="C1.WinUI.Input.Anchor.html">Anchor</a></h4>
      <section><p>Specifies an anchor point in a visual element.</p>
</section>
      <h4><a class="xref" href="C1.WinUI.Input.AutoSizeMode.html">AutoSizeMode</a></h4>
      <section><p>Determines how the <a class="xref" href="C1.WinUI.Input.AutoSizeContentPresenter.html">AutoSizeContentPresenter</a> will be resized when the content changes its size.</p>
</section>
      <h4><a class="xref" href="C1.WinUI.Input.DropDownDirection.html">DropDownDirection</a></h4>
      <section><p>Provides the supported expand directions for the <a class="xref" href="C1.WinUI.Input.C1DropDownButton.html">C1DropDownButton</a>.</p>
</section>
      <h4><a class="xref" href="C1.WinUI.Input.MaskFormat.html">MaskFormat</a></h4>
      <section><p>Defines how to format the value inside of a <a class="xref" href="C1.WinUI.Input.C1MaskedTextBox.html">C1MaskedTextBox</a>.</p>
</section>
      <h4><a class="xref" href="C1.WinUI.Input.RangeSliderScrollBehavior.html">RangeSliderScrollBehavior</a></h4>
      <section><p>Specifies how thumbs will be moved when mouse click will be performed outside selected area.</p>
</section>
      <h4><a class="xref" href="C1.WinUI.Input.RangeValidationMode.html">RangeValidationMode</a></h4>
      <section><p>Mode of validation of the range between Maximum and Minimum of <a class="xref" href="C1.WinUI.Input.C1NumericBox.html">C1NumericBox</a>.</p>
</section>
      <h4><a class="xref" href="C1.WinUI.Input.SelectOnFocusCondition.html">SelectOnFocusCondition</a></h4>
      <section><p>Defines the possible conditions that cause selection of an entire control text when control receives focus.</p>
</section>
      <h4><a class="xref" href="C1.WinUI.Input.ValidationState.html">ValidationState</a></h4>
      <section><p>Enumerates binding validation states.</p>
</section>
    <h3 id="delegates">
Delegates
</h3>
      <h4><a class="xref" href="C1.WinUI.Input.MaskedTextChangedEventHandler.html">MaskedTextChangedEventHandler</a></h4>
      <section><p>Represents the method that handles the <a class="xref" href="C1.WinUI.Input.C1MaskedTextBox.MaskedTextChanged.html">MaskedTextChanged</a> event.</p>
</section>


</div>
