[]
        
(Showing Draft Content)

C1.Win.Input

C1.Win.Input Namespace

Classes

ButtonSettings

Exposes properties of the button for text editor.

ButtonSettingsBase

Exposes base properties of the button for text editor.

ButtonsSettings

Exposes settings the buttons for text editor.

C1Button

Represents a button control.

C1CheckBox

Represents a Windows checkbox control.

C1ComboBox

Represents a Windows combobox control.

C1DropDownControl

Represents a drop-down control for custom control that hosted on drop down.

C1Label

Represents a Windows label control.

C1MaskedTextBox

Represents a Windows textbox control with a mask to distinguish between proper and improper user input.

C1NumericEdit

Represents a control for numeric values editing.

C1PictureBox

Represents a Windows PictureBox control supporting data binding to data source fields containing image data.

C1RadioButton

Represents a Windows radio button (option button) control.

C1RangeSlider

Represents a Windows range slider control supporting additional visual styles.

C1SplitButton

Represents a split button control.

C1TextBox

Represents a Windows textbox control.

C1ToggleSwitch

Represents a check editor that uses a movable bar to edit Boolean values.

CharHelper

Provides a set of static methods to work with Japanese encodings.

ComboBoxItem

Represents drop down item for C1ComboBox control.

ComboBoxItemCollection

Represents collection of the C1ComboBox drop down items.

DataSourceException

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.

DropDownForm

Represents a drop down form for the C1DropDownControlBase control.

ItemClickedEventArgs

Provides data for ItemClicked event.

ItemTooltipShowingEventArgs

Provides data for the TooltipShowing event.

ParseEventArgs

Provides data for Parsing or Parsed events.

PostValidationEventArgs

Provides data for PostValidating or PostValidated events.

PreValidationEventArgs

Provides data for PreValidating or PreValidated events.

SplitButtonItem

Represents drop down item for C1SplitButton control.

TooltipShowingEventArgs

Provides data for the TooltipShowing event of the control.

UpDownButtonClickEventArgs

Provides data for a UpDownButtonClick event.

UpDownButtonSettings

Exposes properties of the Up and Down buttons for text editor.

ValidationErrorEventArgs

Provides data for a ValidationError event.

ValidationException

An exception that follows the ValidationError event if ValidationErrorEventArgs.ErrorInfo is set to ErrorActionEnum.ThrowException.

Interfaces

IComboBox

Represents the methods, properties and events of the C1ComboBox class.

IInputEditor

Represents methods for the embedded editor based on C1Input text controls.

Enums

AutoSuggestMode

Specifies the filtering criteria for items which appear in the dropdown that is displayed when the AutoCompleteMode property is set to 'Suggest' or 'SuggestAppend'.

ButtonType

Specifies the type of button style.

CharCategories

Defines rules to filter keyboard input.

CharTypes

Defines the category of a Unicode character.

ComboBoxItemMode

Specifies how the visual representation of combobox items is building.

DateTimeStyles

Specifies parameters for parsing a datetime string.

DaylightTimeAdjustment

Specifies the daylight time adjustment mode.

DropDownStyle

Specifies the C1ComboBox style.

ErrorAction

Specifies the action is performed on the control value when an error occurs.

ErrorReason

Specifies the reason of the error.

ExitOnLeftRightKey

Specifies the action for the left or right arrow key.

FormatInfoInheritProperties

Specifies how to manages inheritance of the FormatInfo properties from the host control properties.

FormatTarget

Specifies the type for control formatting.

FormatType

Specifies the format type of the string.

InitialSelection

Specifies the selection position when a control receives input focus.

LabelDisplayMode

Specifies display modes to display either text or icons to represent the states of the control.

LabelPosition

Specifies where to display the text or image position to represent the states of the control.

LengthUnit

Defines the LengthUnit enumeration.

LiteralDisplayMode

Specifies the literal display method.

MaskInfoInheritProperties

Specifies how to manages inheritance of the MaskInfo properties from the host control properties.

NumericInputKeys

Specifies the special keyboard input mode for the C1NumericEdit control.

ParseInfoInheritProperties

Specifies how to manages inheritance of the ParseInfo properties from the host control properties.

PostValidationInheritProperties

Specifies how to manages inheritance of the PostValidation properties from the host control properties.

PostValidationType

Specifies the validation method for post validation.

PreValidationInheritProperties

Specifies how to manages inheritance of the PreValidation properties from the host control properties.

PreValidationType

Specifies the validation method for prevalidation.

RangeSliderScrollBehavior

Specifies how thumbs will be moved when mouse click will be performed outside thumb area.

SelectionView

Specifies the item's selection view.

ThumbType

Specifies the type of thumb view.

TypeRestriction

Specifies the type restriction for parsing.

UpDownButtonAlignment

Specifies alignment of spin button of a control.

ValidationRegexOptions

Specifies the method of regular expression matching.

ValueChangedBehavior

Specifies the behavior of the ValueChanged event.