# C1.Win.Input

## Content

<div class="doc-site-dotnet-api-container">

  <h1 id="C1_Win_Input" data-uid="C1.Win.Input" class="text-break">C1.Win.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.Win.Input.ButtonSettings.html">ButtonSettings</a></h4>
      <section><p>Exposes properties of the button for text editor.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.ButtonSettingsBase.html">ButtonSettingsBase</a></h4>
      <section><p>Exposes base properties of the button for text editor.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.ButtonsSettings.html">ButtonsSettings</a></h4>
      <section><p>Exposes settings the buttons for text editor.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.C1Button.html">C1Button</a></h4>
      <section><p>Represents a button control.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.C1CheckBox.html">C1CheckBox</a></h4>
      <section><p>Represents a Windows checkbox control.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.C1ComboBox.html">C1ComboBox</a></h4>
      <section><p>Represents a Windows combobox control.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.C1DropDownControl.html">C1DropDownControl</a></h4>
      <section><p>Represents a drop-down control for custom control that hosted on drop down.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.C1Label.html">C1Label</a></h4>
      <section><p>Represents a Windows label control.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.C1MaskedTextBox.html">C1MaskedTextBox</a></h4>
      <section><p>Represents a Windows textbox control with a mask to distinguish between proper and improper user input.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.C1NumericEdit.html">C1NumericEdit</a></h4>
      <section><p>Represents a control for numeric values editing.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.C1PictureBox.html">C1PictureBox</a></h4>
      <section><p>Represents a Windows PictureBox control supporting data binding to data source fields containing image data.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.C1RadioButton.html">C1RadioButton</a></h4>
      <section><p>Represents a Windows radio button (option button) control.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.C1RangeSlider.html">C1RangeSlider</a></h4>
      <section><p>Represents a Windows range slider control supporting additional visual styles.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.C1SplitButton.html">C1SplitButton</a></h4>
      <section><p>Represents a split button control.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.C1TextBox.html">C1TextBox</a></h4>
      <section><p>Represents a Windows textbox control.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.C1ToggleSwitch.html">C1ToggleSwitch</a></h4>
      <section><p>Represents a check editor that uses a movable bar to edit Boolean values.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.CharHelper.html">CharHelper</a></h4>
      <section><p>Provides a set of static methods to work with Japanese encodings.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.ComboBoxItem.html">ComboBoxItem</a></h4>
      <section><p>Represents drop down item for <a class="xref" href="C1.Win.Input.C1ComboBox.html">C1ComboBox</a> control.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.ComboBoxItemCollection.html">ComboBoxItemCollection</a></h4>
      <section><p>Represents collection of the <a class="xref" href="C1.Win.Input.C1ComboBox.html">C1ComboBox</a> drop down items.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.DataSourceException.html">DataSourceException</a></h4>
      <section><p>An exception thrown by C1Input when a control's Value property is set, but the new value is rejected by the data source,
setting the data field to that value is cancelled by the data source throwing an exception.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.DropDownForm.html">DropDownForm</a></h4>
      <section><p>Represents a drop down form for the <a class="xref" href="C1.Win.Input.Base.C1DropDownControlBase.html">C1DropDownControlBase</a> control.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.ItemClickedEventArgs.html">ItemClickedEventArgs</a></h4>
      <section><p>Provides data for <a class="xref" href="C1.Win.Input.C1SplitButton.ItemClicked.html">ItemClicked</a> event.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.ItemTooltipShowingEventArgs.html">ItemTooltipShowingEventArgs</a></h4>
      <section><p>Provides data for the <a class="xref" href="C1.Win.Input.C1ComboBox.TooltipShowing.html">TooltipShowing</a> event.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.ParseEventArgs.html">ParseEventArgs</a></h4>
      <section><p>Provides data for Parsing or Parsed events.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.PostValidationEventArgs.html">PostValidationEventArgs</a></h4>
      <section><p>Provides data for PostValidating or PostValidated events.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.PreValidationEventArgs.html">PreValidationEventArgs</a></h4>
      <section><p>Provides data for PreValidating or PreValidated events.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.SplitButtonItem.html">SplitButtonItem</a></h4>
      <section><p>Represents drop down item for C1SplitButton control.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.TooltipShowingEventArgs.html">TooltipShowingEventArgs</a></h4>
      <section><p>Provides data for the TooltipShowing event of the control.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.UpDownButtonClickEventArgs.html">UpDownButtonClickEventArgs</a></h4>
      <section><p>Provides data for a UpDownButtonClick event.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.UpDownButtonSettings.html">UpDownButtonSettings</a></h4>
      <section><p>Exposes properties of the Up and Down buttons for text editor.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.ValidationErrorEventArgs.html">ValidationErrorEventArgs</a></h4>
      <section><p>Provides data for a ValidationError event.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.ValidationException.html">ValidationException</a></h4>
      <section><p>An exception that follows the ValidationError event if ValidationErrorEventArgs.ErrorInfo is set to ErrorActionEnum.ThrowException.</p>
</section>
    <h3 id="interfaces">
Interfaces
</h3>
      <h4><a class="xref" href="C1.Win.Input.IComboBox.html">IComboBox</a></h4>
      <section><p>Represents the methods, properties and events of the <a class="xref" href="C1.Win.Input.C1ComboBox.html">C1ComboBox</a> class.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.IInputEditor.html">IInputEditor</a></h4>
      <section><p>Represents methods for the embedded editor based on C1Input text controls.</p>
</section>
    <h3 id="enums">
Enums
</h3>
      <h4><a class="xref" href="C1.Win.Input.AutoSuggestMode.html">AutoSuggestMode</a></h4>
      <section><p>Specifies the filtering criteria for items which appear in the dropdown that is displayed when the AutoCompleteMode property is set to 'Suggest' or 'SuggestAppend'.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.ButtonType.html">ButtonType</a></h4>
      <section><p>Specifies the type of button style.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.CharCategories.html">CharCategories</a></h4>
      <section><p>Defines rules to filter keyboard input.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.CharTypes.html">CharTypes</a></h4>
      <section><p>Defines the category of a Unicode character.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.ComboBoxItemMode.html">ComboBoxItemMode</a></h4>
      <section><p>Specifies how the visual representation of combobox items is building.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.DateTimeStyles.html">DateTimeStyles</a></h4>
      <section><p>Specifies parameters for parsing a datetime string.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.DaylightTimeAdjustment.html">DaylightTimeAdjustment</a></h4>
      <section><p>Specifies the daylight time adjustment mode.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.DropDownStyle.html">DropDownStyle</a></h4>
      <section><p>Specifies the <a class="xref" href="C1.Win.Input.C1ComboBox.html">C1ComboBox</a> style.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.ErrorAction.html">ErrorAction</a></h4>
      <section><p>Specifies the action is performed on the control value when an error occurs.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.ErrorReason.html">ErrorReason</a></h4>
      <section><p>Specifies the reason of the error.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.ExitOnLeftRightKey.html">ExitOnLeftRightKey</a></h4>
      <section><p>Specifies the action for the left or right arrow key.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.FormatInfoInheritProperties.html">FormatInfoInheritProperties</a></h4>
      <section><p>Specifies how to manages inheritance of the FormatInfo properties from the host control properties.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.FormatTarget.html">FormatTarget</a></h4>
      <section><p>Specifies the type for control formatting.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.FormatType.html">FormatType</a></h4>
      <section><p>Specifies the format type of the string.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.InitialSelection.html">InitialSelection</a></h4>
      <section><p>Specifies the selection position when a control receives input focus.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.LabelDisplayMode.html">LabelDisplayMode</a></h4>
      <section><p>Specifies display modes to display either text or icons to represent the states of the control.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.LabelPosition.html">LabelPosition</a></h4>
      <section><p>Specifies where to display the text or image position to represent the states of the control.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.LengthUnit.html">LengthUnit</a></h4>
      <section><p>Defines the <b>LengthUnit</b> enumeration.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.LiteralDisplayMode.html">LiteralDisplayMode</a></h4>
      <section><p>Specifies the literal display method.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.MaskInfoInheritProperties.html">MaskInfoInheritProperties</a></h4>
      <section><p>Specifies how to manages inheritance of the MaskInfo properties from the host control properties.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.NumericInputKeys.html">NumericInputKeys</a></h4>
      <section><p>Specifies the special keyboard input mode for the <a class="xref" href="C1.Win.Input.C1NumericEdit.html">C1NumericEdit</a> control.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.ParseInfoInheritProperties.html">ParseInfoInheritProperties</a></h4>
      <section><p>Specifies how to manages inheritance of the ParseInfo properties from the host control properties.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.PostValidationInheritProperties.html">PostValidationInheritProperties</a></h4>
      <section><p>Specifies how to manages inheritance of the PostValidation properties from the host control properties.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.PostValidationType.html">PostValidationType</a></h4>
      <section><p>Specifies the validation method for post validation.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.PreValidationInheritProperties.html">PreValidationInheritProperties</a></h4>
      <section><p>Specifies how to manages inheritance of the PreValidation properties from the host control properties.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.PreValidationType.html">PreValidationType</a></h4>
      <section><p>Specifies the validation method for prevalidation.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.RangeSliderScrollBehavior.html">RangeSliderScrollBehavior</a></h4>
      <section><p>Specifies how thumbs will be moved when mouse click will be performed outside thumb area.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.SelectionView.html">SelectionView</a></h4>
      <section><p>Specifies the item's selection view.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.ThumbType.html">ThumbType</a></h4>
      <section><p>Specifies the type of thumb view.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.TypeRestriction.html">TypeRestriction</a></h4>
      <section><p>Specifies the type restriction for parsing.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.UpDownButtonAlignment.html">UpDownButtonAlignment</a></h4>
      <section><p>Specifies alignment of spin button of a control.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.ValidationRegexOptions.html">ValidationRegexOptions</a></h4>
      <section><p>Specifies the method of regular expression matching.</p>
</section>
      <h4><a class="xref" href="C1.Win.Input.ValueChangedBehavior.html">ValueChangedBehavior</a></h4>
      <section><p>Specifies the behavior of the ValueChanged event.</p>
</section>


</div>
