Input for WinForms | ComponentOne
Inheritance Hierarchy
In This Topic
    C1.Win.Input Namespace
    In This Topic
    Classes
     ClassDescription
    ClassExposes properties of the button for text editor.
    ClassExposes base properties of the button for text editor.
    ClassExposes settings the buttons for text editor.
    ClassRepresents a button control.
    ClassRepresents a Windows checkbox control.
    ClassRepresents a Windows combobox control.
    ClassRepresents a drop-down control for custom control that hosted on drop down.
    ClassRepresents a Windows label control.
    ClassRepresents a Windows textbox control with a mask to distinguish between proper and improper user input.
    ClassRepresents a control for numeric values editing.
    ClassRepresents a Windows PictureBox control supporting data binding to data source fields containing image data.
    ClassRepresents a Windows radio button (option button) control.
    ClassRepresents a Windows range slider control supporting additional visual styles.
    ClassRepresents a split button control.
    ClassRepresents a Windows textbox control.
    ClassProvides a set of static methods to work with Japanese encodings.
    ClassRepresents drop down item for C1ComboBox control.
    ClassRepresents collection of the C1ComboBox drop down items.
    ClassAn 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.
    ClassRepresents a drop down form for the C1.Win.Input.Base.C1DropDownControlBase control.
    ClassProvides data for C1SplitButton.ItemClicked event.
    ClassProvides data for the C1ComboBox.TooltipShowing event.
    ClassProvides data for Parsing or Parsed events.
    ClassProvides data for PostValidating or PostValidated events.
    ClassProvides data for PreValidating or PreValidated events.
    ClassRepresents drop down item for C1SplitButton control.
    ClassProvides data for the TooltipShowing event of the control.
    ClassProvides data for a UpDownButtonClick event.
    ClassExposes properties of the Up and Down buttons for text editor.
    ClassProvides data for a ValidationError event.
    ClassAn exception that follows the ValidationError event if ValidationErrorEventArgs.ErrorInfo is set to ErrorActionEnum.ThrowException.
    Interfaces
     InterfaceDescription
    InterfaceRepresents the methods, properties and events of the C1ComboBox class.
    InterfaceRepresents methods for the embedded editor based on C1Input text controls.
    Enumerations
     EnumerationDescription
    EnumerationSpecifies the filtering criteria for items which appear in the dropdown that is displayed when the AutoCompleteMode property is set to 'Suggest' or 'SuggestAppend'.
    EnumerationDefines rules to filter keyboard input.
    EnumerationDefines the category of a Unicode character.
    EnumerationSpecifies how the visual representation of combobox items is building.
    EnumerationSpecifies parameters for parsing a datetime string.
    EnumerationSpecifies the daylight time adjustment mode.
    EnumerationSpecifies the C1ComboBox style.
    EnumerationSpecifies the action is performed on the control value when an error occurs.
    EnumerationSpecifies the reason of the error.
    EnumerationSpecifies the action for the left or right arrow key.
    EnumerationSpecifies how to manages inheritance of the FormatInfo properties from the host control properties.
    EnumerationSpecifies the type for control formatting.
    EnumerationSpecifies the format type of the string.
    EnumerationSpecifies the selection position when a control receives input focus.
    EnumerationDefines the LengthUnit enumeration.
    EnumerationSpecifies the literal display method.
    EnumerationSpecifies how to manages inheritance of the MaskInfo properties from the host control properties.
    EnumerationSpecifies the special keyboard input mode for the C1NumericEdit control.
    EnumerationSpecifies how to manages inheritance of the ParseInfo properties from the host control properties.
    EnumerationSpecifies how to manages inheritance of the PostValidation properties from the host control properties.
    EnumerationSpecifies the validation method for post validation.
    EnumerationSpecifies how to manages inheritance of the PreValidation properties from the host control properties.
    EnumerationSpecifies the validation method for prevalidation.
    EnumerationSpecifies how thumbs will be moved when mouse click will be performed outside thumb area.
    EnumerationSpecifies the type restriction for parsing.
    EnumerationSpecifies alignment of spin button of a control.
    EnumerationSpecifies the method of regular expression matching.
    EnumerationSpecifies the behavior of the ValueChanged event.
    See Also