| Name | Description |
| AcceptsEscape | Gets or sets a value indicates if the Escape key that cancels modified value is handled by the control without passing it to the owner form (AcceptsEscape=True), or it is then passed to the form and can close it if the form has CancelButton (AcceptsEscape=False). (Inherited from C1.Win.Input.Base.IDropDownEditorBase) |
| AllowSpinLoop | Determines whether the spinner moves to the first item when it reaches the last, or to the last when it reaches the first. |
| AutoCompleteCustomSource | Gets or sets a custom StringCollection to use when the AutoCompleteSource property is set to CustomSource. (Inherited from C1.Win.Input.Base.IDropDownEditorBase) |
| AutoCompleteMode | Gets or sets an option that controls how automatic completion works for the TextBox. (Inherited from C1.Win.Input.Base.IDropDownEditorBase) |
| AutoCompleteSource | Gets or sets a value specifying the source of complete strings used for automatic completion. (Inherited from C1.Win.Input.Base.IDropDownEditorBase) |
| AutoOpen | Gets or sets a value indicating whether to open the drop down control when the control receives the focus. (Inherited from C1.Win.Input.Base.IDropDownControlBase) |
| AutoSuggestMode | Gets or sets an option that controls how candidates searching works in auto-suggest mode. |
| BorderStyle | Gets or sets the border type of the text box control. (Inherited from C1.Win.Input.Base.IDropDownEditorBase) |
| ButtonsSettings | Gets the properties of butons. (Inherited from C1.Win.Input.Base.IDropDownControlBase) |
| CanUndo | Gets a value indicating whether the user can undo the previous operation in a text box control. (Inherited from C1.Win.Input.Base.IDropDownEditorBase) |
| CaseSensitive | True if string comparisons are case-sensitive; otherwise, False. Default: False (Inherited from C1.Win.Input.Base.IDropDownEditorBase) |
| CharacterCasing | Gets or sets whether the TextBox control modifies the case of characters as they are typed. (Inherited from C1.Win.Input.Base.IDropDownEditorBase) |
| CultureInfo | Gets or sets the current CultureInfo object. (Inherited from C1.Win.Input.Base.IDropDownEditorBase) |
| CustomFormat | Custom format specifier used if FormatType = FormatTypeEnum.CustomFormat. (Inherited from C1.Win.Input.Base.IDropDownEditorBase) |
| DataMember | Gets or sets the member of the data source object to which the control is bound. (Inherited from C1.Win.Input.Base.IDropDownControlBase) |
| DataSource | Gets or sets the data source object to which the control is bound. (Inherited from C1.Win.Input.Base.IDropDownControlBase) |
| DataType | Gets or sets the type of the C1.Win.Input.Base.IDropDownEditorBase.Value property. (Inherited from C1.Win.Input.Base.IDropDownEditorBase) |
| DisableOnNoData | Gets or sets whether the text box should be disabled when it is bound to an empty data source, i.e. CurrencyManager.Count = 0. (Inherited from C1.Win.Input.Base.IDropDownEditorBase) |
| DisplayFormat | Format used to display the value when the control is in display mode. (Inherited from C1.Win.Input.Base.IDropDownEditorBase) |
| DropDownAlign | Alignment of the dropdown form relative to the control. (Inherited from C1.Win.Input.Base.IDropDownControlBase) |
| DropDownStyle | Gets or sets the style of the combobox. (Inherited from C1.Win.Input.Base.IDropDownEditorBase) |
| DropDownWidth | Gets or set the width of the drop down box in a combobox. (Inherited from C1.Win.Input.Base.IDropDownControlBase) |
| DroppedDown | Gets or sets a value indicating if the dropdown is currently open. (Inherited from C1.Win.Input.Base.IDropDownControlBase) |
| EditFormat | Format used to display the value when the control is in edit mode (has input focus and is not read-only). (Inherited from C1.Win.Input.Base.IDropDownEditorBase) |
| EmptyAsNull | If True, empty strings are interpreted as null values (DBNull). (Inherited from C1.Win.Input.Base.IDropDownEditorBase) |
| ErrorInfo | Gets settings affecting error handling in the control. (Inherited from C1.Win.Input.Base.IDropDownEditorBase) |
| ExitOnLeftRightKey | Gets or sets whether the focus automatically moves to the previous or next control in the tab order when pressing the left or right arrow keys. (Inherited from C1.Win.Input.Base.IDropDownEditorBase) |
| FormatType | Enumeration value determining the formatting method, including standard .NET format specifiers, custom and programmatic formatting. (Inherited from C1.Win.Input.Base.IDropDownEditorBase) |
| GapHeight | Gets or sets a distance in pixels between the control edge and the dropdown. (Inherited from C1.Win.Input.Base.IDropDownControlBase) |
| HideSelection | Gets or sets a value indicating whether the selected text in the text box control remains highlighted when the control loses focus. (Inherited from C1.Win.Input.Base.IDropDownEditorBase) |
| HtmlPattern | Gets or sets the pattern to build HTML representation of combobox items. |
| Icon | Gets or sets the C1.Framework.C1Icon that is displayed on a drop down control. (Inherited from C1.Win.Input.Base.IDropDownControlBase) |
| Image | Gets or sets the image that is displayed on a drop down control. (Inherited from C1.Win.Input.Base.IDropDownControlBase) |
| ImageIndex | Gets or sets the image list index value of the image displayed on a drop down control. (Inherited from C1.Win.Input.Base.IDropDownControlBase) |
| ImageKey | Gets or sets the key accessor for the image in the C1.Win.Input.Base.IDropDownControlBase.ImageList. (Inherited from C1.Win.Input.Base.IDropDownControlBase) |
| ImageList | Gets or sets the System.Windows.Forms.ImageList that contains the System.Drawing.Image displayed on a drop down control. (Inherited from C1.Win.Input.Base.IDropDownControlBase) |
| InitialSelection | Gets or sets a value determines the selection position when a control receives input focus. (Inherited from C1.Win.Input.Base.IDropDownEditorBase) |
| ItemHeight | Gets or sets the height of an item in the combobox. |
| ItemMode | Gets or sets the combobox item mode. |
| Items | Gets the collection of the items contained in this ComboBox. |
| ItemsDataSource | Gets or sets the data source for items of this C1ComboBox. |
| ItemsDisplayMember | Gets or sets the property to display items for this C1ComboBox control. |
| ItemsImageList | Gets or sets the ImageList to get the images to display in the combobox items. |
| ItemsValueMember | Gets or sets the path of the property to use as the actual value for the items in the C1ComboBox control. |
| MarkEmpty | Gets or sets a value that indicates need draws a red dotted line if Value is empty or not. (Inherited from C1.Win.Input.Base.IDropDownEditorBase) |
| MaxDropDownItems | Gets or sets the maximum number of items to be shown in the drop-down portion of the C1ComboBox. |
| MaxLength | Gets or sets the maximum number of characters the user can type or paste into the text box control. (Inherited from C1.Win.Input.Base.IDropDownEditorBase) |
| MaxLengthUnit | Gets or sets whether the maximum number of characters that fit in the control are handled based on bytes, characters, or text elements. (Inherited from C1.Win.Input.Base.IDropDownEditorBase) |
| NullText | String representing a DBNull value. (Inherited from C1.Win.Input.Base.IDropDownEditorBase) |
| ParseInfo | Gets settings affecting parsing, that is, converting the string entered by the user to the data type. (Inherited from C1.Win.Input.Base.IDropDownEditorBase) |
| PasswordChar | Gets or sets the character used to mask characters of a password in a single-line TextBox control. (Inherited from C1.Win.Input.Base.IDropDownEditorBase) |
| Placeholder | Gets or sets the textual place holder, that is displayed by C1TextBox to prompt the user for information. (Inherited from C1.Win.Input.Base.IDropDownEditorBase) |
| PostValidation | Validation rules applied after parsing, that is, after converting the string entered by the user to the DataType (typed validation). (Inherited from C1.Win.Input.Base.IDropDownEditorBase) |
| PreValidation | Validation rules applied before parsing, that is, before converting the string entered by the user to the DataType (raw string validation). (Inherited from C1.Win.Input.Base.IDropDownEditorBase) |
| SelectedIndex | Gets or sets the index specifying the currently selected item. |
| SelectedItem | Gets or sets currently selected item in the ComboBox. |
| SelectedText | Gets or sets a value indicating the currently selected text in the control. (Inherited from C1.Win.Input.Base.IDropDownEditorBase) |
| SelectedValue | Gets or sets the value of the member property specified by the ItemsValueMember property. |
| SelectionLength | Gets or sets the number of characters selected in the text box. (Inherited from C1.Win.Input.Base.IDropDownEditorBase) |
| SelectionStart | Gets or sets the starting point of text selected in the text box. (Inherited from C1.Win.Input.Base.IDropDownEditorBase) |
| ShortcutsEnabled | Gets or sets a value indicating whether the defined shortcuts are enabled. (Inherited from C1.Win.Input.Base.IDropDownEditorBase) |
| ShowTooltip | Gets or sets a value that indicates whether the C1ComboBox displays a tooltip for the highlighted drop-down list item or not. |
| Text | Gets or sets the current text in the text box. (Inherited from C1.Win.Input.Base.IDropDownEditorBase) |
| TextAlign | Gets or sets how text is aligned in a TextBox control. (Inherited from C1.Win.Input.Base.IDropDownEditorBase) |
| TextLength | Gets the length of text in the control. (Inherited from C1.Win.Input.Base.IDropDownEditorBase) |
| TranslateValue | Gets or sets a value indicating that C1.Win.Input.Base.C1DropDownEditorBase.Value property should be translated to the C1.Win.Input.Base.C1DropDownEditorBase.Text property with ComboBoxItem propertiesComboBoxItem.DisplayText and ComboBoxItem.Value. |
| TrimEnd | If True, trailing spaces are removed. (Inherited from C1.Win.Input.Base.IDropDownEditorBase) |
| TrimStart | If True, leading spaces are removed. (Inherited from C1.Win.Input.Base.IDropDownEditorBase) |
| UseSystemPasswordChar | Gets or sets a value indicating whether the text in the TextBox control should appear as the default password character. (Inherited from C1.Win.Input.Base.IDropDownEditorBase) |
| Value | Gets or sets the current C1.Win.Input.Base.IDropDownEditorBase.DataType representation of the visual information contained in the control. (Inherited from C1.Win.Input.Base.IDropDownEditorBase) |
| VerticalAlign | Gets or sets the vertical alignment of the content in the control. (Inherited from C1.Win.Input.Base.IDropDownEditorBase) |