[]
        
(Showing Draft Content)

C1.Win.C1Input

C1.Win.C1Input Namespace

Classes

ButtonImages

Images for C1DropDownControl buttons

ButtonImages.ButtonImagesTypeConverter

TypeConverter class for ButtonImages

C1BasePicker

Base class for C1ColorPicker and C1FontPicker controls.

C1Button

Represents a Windows button control supporting additional visual styles.

C1CheckBox

Represents a Windows checkbox control supporting data binding to data source fields of Boolean, String, or Integer types.

C1ColorPicker

Represents a Windows color picker control supporting additional visual styles.

C1ColorPickerDropDownForm

Represents drop down color picker form.

C1ComboBox

Represents a composite control combining a textbox and a drop-down item list.

C1DateEdit

This is a legacy control; use C1.Win.Calendar.C1DateEdit instead.

C1DbNavigator

Represents a data bound control supporting convenient navigation over data source rows and common data actions such as updating the data source and refreshing data.

C1DropDownControl

Represents a base drop-down control supporting up/down buttons.

C1FontPicker

Represents a Windows font picker control supporting additional visual styles.

C1FontPickerDropDownForm

Represents drop down font picker form.

C1InputStrings

C1Label

Represents a Windows read-only data bound control displaying formatted data.

C1NumericEdit

Represents a composite control combining a NumericUpDown and a drop-down calculator for easy numeric values editing.

C1PictureBox

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

C1RangeSlider

Represents a Windows range slider control supporting additional visual styles.

C1RangeSlider.RangeSliderStyleCollection

Represents a collection of named Style objects.

C1RangeSlider.RangeSliderStyleCollection.BarStyleCollection

Represents a collection of named Style objects for bar.

C1RangeSlider.RangeSliderStyleCollection.ThumbStyleCollection

Represents a collection of named Style objects for thumb.

C1SplitButton

Represents a composite button control supporting additional visual styles and drop down item list.

C1TextBox

The main data bound control used for entering and editing information in a text form. Supports data formatting for all data types, including special features for date-time formats. Also supports edit mask, data validation and other features.

CharHelper

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

ComboBoxItemList

Represents collection of C1ComboBox drop down items.

ComboBoxStyle

Style for drop down form and combobox items.

CultureInfoSetupEventArgs

Provides data for a CultureInfoSetup event.

CustomPlaceholder

Custom user-defined characters (placeholders) used in edit mask and in wildcard patterns in pre-validation

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.

DateEditMonthCalendar

Represents drop down calendar.

DropDownCalculator

Represents the class of dropdown calculator form.

DropDownCalendar

Represents drop down calendar form.

DropDownClosedEventArgs

Provides data for a DropDownClosed event.

DropDownForm

Base class for custom dropdown forms.

DropDownItem

Represents drop down item for C1SplitButton control.

DropDownItemClickedEventArgs

Provides data for DropDownItemClicked event.

DropDownItemCollection

Represents collection of drop down items.

DropDownItemStyle

The DropDownItemStyle class represents the styles for the DropDownItem component.

ErrorInfo

Settings affecting error handling.

FindTypeByName

FormatErrorEventArgs

Provides data for a FormatError event.

FormatEventArgs

Provides data for Formatting or Formatted events.

FormatInfo

Settings for data formatting, converting data to string.

InvalidFontFamily

The InvalidFontFamily class represents the settings for InvalidFontFamily property.

JapaneseEraHelper

Helper static class that contains AddJapaneseEra function.

Margins

Represents the four margins around a control’s content.

MaskInfo

Contains edit mask settings.

NavigatorAddingEventArgs

Provides data for a Adding event.

NavigatorBeforeActionEventArgs

Provides data for a BeforeAction event.

NavigatorButtonClickEventArgs

Provides data for a ButtonClick event.

NavigatorDeletingEventArgs

Provides data for a Deleting event.

NavigatorEditingEventArgs

Provides data for a Editing event.

NavigatorErrorEventArgs

Provides data for an Error event.

NullableDateTimeEventArgs

Provides data for DateValueChanged and DateValueSelected events.

NumericEditCalculator

The calculator used as a dropdown in the C1NumericEdit control.

ParseEventArgs

Provides data for Parsing or Parsed events.

ParseInfo

Contains settings affecting parsing, that is, converting a string to the required data type.

PlaceholderCollection

A collection of CustomPlaceholder objects.

PostValidation

Validating the typed value after parsing, after the input string has been converted to the DataType.

PostValidationEventArgs

Provides data for PostValidating or PostValidated events.

PreValidation

Validating the input string entered by the user, before parsing.

PreValidationEventArgs

Provides data for PreValidating or PreValidated events.

TooltipShowingEventArgs

Provides data for the TooltipShowing event.

TranslateValues

Translates between string values and check box states.

UIStrings

Represents a collection of end user visible UI strings.

UIStringsItemEventArgs

Provides data for an UIStrings item related event.

UpDownButtonClickEventArgs

Provides data for a UpDownButtonClick event.

ValidationErrorEventArgs

Provides data for a ValidationError event.

ValidationException

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

ValueInterval

An interval in a collection of intervals of possible values used in post-validation.

ValueIntervalCollection

A collection of ValueInterval objects used by a PostValidation object. The collection is used if the Validation = PostValidationTypeEnum.ValuesAndIntervals or if the user calls the ValidateValuesAndIntervals method.

Structs

C1BasePicker.TextToValueArgs

This struct is for internal use only.

C1BasePicker.ValueToTextArgs

This struct is for internal use only.

Enums

AutoSuggestMode

Gets or sets a value which determines 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.

CalendarType

Calendar used with C1DateEdit.

CharCategory

Defines rules to filter keyboard input.

CharType

Defines the category of a Unicode character.

ComboItemMode

Specifies how the visual representation of combo box items is building.

CreationTime

Determines when drop down form will be created.

DateTimeField

Used by InitialField property and GoToField(DateTimeField, bool) method.

DateTimeStyleFlags

Used by ParseInfo.DateTimeStyle property.

DaylightTimeAdjustmentEnum

Used by DaylightTimeAdjustment and DaylightTimeAdjustment properties.

DropDownControlButtonFlags

Used by C1DropDownControl.VisibleButtons properties.

DropDownFormAlignmentEnum

Used by DropDownAlign and DropDownFormAlign properties.

DropDownFormOptionsFlags

Used by DropDownForm.Options property.

DropDownStyle

Specifies the C1DropDownControl style.

ErrorActionEnum

Used by ErrorInfo.ErrorAction property.

ErrorReasonEnum

Used by ValidationErrorEventArgs.Reason and ValidationException.Reason properties.

ExitOnLeftRightKey

Specifies the action for the left or right arrow key.

FormatInfoInheritFlags

Used by FormatInfo.Inherit property.

FormatTargetEnum

Used by FormatEventArgs.Target property.

FormatTypeEnum

Used by FormatType property.

InitialSelectionEnum

Used by InitialSelection property.

LengthUnit

Defines the LengthUnit enumeration.

MaskInfoInheritFlags

Used by MaskInfo.Inherit property.

NavigatorButtonEnum

A list of all available navigator buttons

NavigatorButtonFlags

Used by C1DbNavigator.VisibleButtons property.

NavigatorButtonStyleEnum

Used by C1DbNavigator.ButtonStyle property.

NavigatorButtonTextAlignEnum

Used by C1DbNavigator.ButtonTextAlign property.

NavigatorVerticalAlignEnum

Used by C1DbNavigator.VerticalAlign property.

NumberStyleFlags

Used by ParseInfo.NumberStyle property.

NumericInputKeyFlags

Used by C1TextBox.NumericInputKeys property.

ParseInfoInheritFlags

Used by ParseInfo.Inherit property.

PostValidationInheritFlags

Used by PostValidation.Inherit property.

PostValidationTypeEnum

Used by PostValidation.Validation property.

PreValidationInheritFlags

Used by PreValidation.Inherit property.

PreValidationTypeEnum

Used by PreValidation.Validation property.

RangeSliderScrollBehavior

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

RegexOptionFlags

Used by PreValidation.RegexOptions property.

RegexpMaskType

Used to determine the way of the RegexpEditMask pattern processing and validation.

SelectionView

Specifies the item's selection view.

ShowLiteralsEnum

Used by MaskInfo.ShowLiterals property.

ThumbType

Specifies the type of thumb view.

TypeRestrictionEnum

This enum is for internal use only

UpDownButtonAlignment

Specifies alignment of spin button of a C1DropDownControl.

ValueChangedBehaviorEnum

Used by C1TextBox.ValueChangedBehavior.

VerticalAlignEnum

Used by VerticalAlign property.

VisualStyle

Determines the visual style of a control.

Delegates

CultureInfoSetupEventHandler

Represents the method that handles a CultureInfoSetup event.

DropDownClosedEventHandler

Represents the method that handles a DropDownClosed event.

DropDownItemClickedEventHandler

Represents the method that will handle the DropDownItemClicked event of the C1SplitButton class.

FormatErrorEventHandler

Represents the method that handles a FormatError event.

FormatEventHandler

Represents the method that handles Formatting or Formatted events.

NavigatorAddingEventHandler

Represents the method that handles an Adding event.

NavigatorBeforeActionEventHandler

Represents the method that handles a BeforeAction event.

NavigatorButtonClickEventHandler

Represents the method that handles a ButtonClick event.

NavigatorDeletingEventHandler

Represents the method that handles a Deleting event.

NavigatorEditingEventHandler

Represents the method that handles a Editing event.

NavigatorErrorEventHandler

Represents the method that handles an Error event.

NullableDateTimeEventHandler

Represents the method that handles DateValueChanged and DateValueSelected events.

ParseEventHandler

Represents the method that handles Parsing or Parsed events.

PostValidationEventHandler

Represents the method that handles PostValidating or PostValidated events.

PreValidationEventHandler

Represents the method that handles PreValidating or PreValidated events.

UIStringsItemEventHandler

Represents a handler for an UIStrings item related event.

UpDownButtonClickEventHandler

Represents the method that handles a UpDownButtonClick event.

ValidationErrorEventHandler

Represents the method that handles a ValidationError event.