Class | Description | |
---|---|---|
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. | |
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 C1.Win.Input.Base.C1DropDownControlBase control. | |
ItemClickedEventArgs | Provides data for C1SplitButton.ItemClicked event. | |
ItemTooltipShowingEventArgs | Provides data for the C1ComboBox.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. |