| 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.C1DropDownEditorBase) |
| AccessibilityObject | (Inherited from System.Windows.Forms.Control) |
| AccessibleDefaultActionDescription | (Inherited from System.Windows.Forms.Control) |
| AccessibleDescription | (Inherited from System.Windows.Forms.Control) |
| AccessibleName | (Inherited from System.Windows.Forms.Control) |
| AccessibleRole | (Inherited from System.Windows.Forms.Control) |
| AllowDrop | (Inherited from System.Windows.Forms.Control) |
| Anchor | (Inherited from System.Windows.Forms.Control) |
| AutoCompleteCustomSource | Gets or sets a custom System.Collections.Specialized.StringCollection to use when the C1.Win.Input.Base.C1DropDownEditorBase.AutoCompleteSource property is set to CustomSource. (Inherited from C1.Win.Input.Base.C1DropDownEditorBase) |
| AutoCompleteMode | Gets or sets an option that controls how automatic completion works for the control. (Inherited from C1.Win.Input.Base.C1DropDownEditorBase) |
| AutoCompleteSource | Gets or sets a value specifying the source of complete strings used for automatic completion. (Inherited from C1.Win.Input.Base.C1DropDownEditorBase) |
| 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.C1DropDownControlBase) |
| AutoScrollOffset | (Inherited from System.Windows.Forms.Control) |
| AutoSize | This property is not relevant for this class. (Inherited from C1.Win.Input.Base.C1DropDownControlBase) |
| BackColor | Gets or sets the background color for the control. (Inherited from C1.Win.Input.Base.C1DropDownControlBase) |
| BackgroundImage | Gets or sets the background image displayed in the control. (Inherited from C1.Win.Input.Base.C1InputHost) |
| BackgroundImageLayout | Gets or sets the background image layout as defined in the System.Windows.Forms.ImageLayout enumeration. (Inherited from C1.Win.Input.Base.C1InputHost) |
| BindingContext | (Inherited from System.Windows.Forms.Control) |
| BorderStyle | Gets or sets the border type of the text box control. (Inherited from C1.Win.Input.Base.C1DropDownEditorBase) |
| Bottom | (Inherited from System.Windows.Forms.Control) |
| Bounds | (Inherited from System.Windows.Forms.Control) |
| ButtonsSettings | Gets the properties of buttons. (Inherited from C1.Win.Input.Base.C1DropDownControlBase) |
| CanFocus | (Inherited from System.Windows.Forms.Control) |
| CanSelect | (Inherited from System.Windows.Forms.Control) |
| CanUndo | Gets a value indicating whether the user can undo the previous operation in a drop down control. (Inherited from C1.Win.Input.Base.C1DropDownEditorBase) |
| Capture | (Inherited from System.Windows.Forms.Control) |
| CaseSensitive | Gets or sets a value indicating whether string comparisons are case-sensitive. (Inherited from C1.Win.Input.Base.C1DropDownEditorBase) |
| CausesValidation | (Inherited from C1.Win.Input.Base.C1InputHost) |
| CharacterCasing | Gets or sets whether the drop down control modifies the case of characters as they are typed. (Inherited from C1.Win.Input.Base.C1DropDownEditorBase) |
| ClientRectangle | (Inherited from System.Windows.Forms.Control) |
| ClientSize | (Inherited from System.Windows.Forms.Control) |
| CompanyName | (Inherited from System.Windows.Forms.Control) |
| Container | (Inherited from System.ComponentModel.Component) |
| ContainsFocus | (Inherited from System.Windows.Forms.Control) |
| ContextMenuStrip | (Inherited from System.Windows.Forms.Control) |
| Control | Gets or set the control that hosted on drop down form. |
| Controls | (Inherited from System.Windows.Forms.Control) |
| Created | (Inherited from System.Windows.Forms.Control) |
| CultureInfo | Gets or sets the current CultureInfo object. (Inherited from C1.Win.Input.Base.C1DropDownEditorBase) |
| CustomFormat | Gets or sets custom format specified used if C1.Win.Input.Base.C1TextBoxBase.FormatType property is FormatType.CustomFormat. (Inherited from C1.Win.Input.Base.C1DropDownEditorBase) |
| DataBindings | (Inherited from System.Windows.Forms.Control) |
| DataContext | (Inherited from System.Windows.Forms.Control) |
| DataMember | Gets or sets the member of the data source object to which the control is bound. (Inherited from C1.Win.Input.Base.C1DropDownEditorBase) |
| DataSource | Gets or sets the data source object to which the control is bound. (Inherited from C1.Win.Input.Base.C1DropDownEditorBase) |
| DataType | Gets or sets the type of the C1.Win.Input.Base.C1DropDownEditorBase.Value property. (Inherited from C1.Win.Input.Base.C1DropDownEditorBase) |
| DefaultIconSize | Gets or sets the default icon size of control. (Inherited from C1.Win.Input.Base.C1DropDownControlBase) |
| DeviceDpi | (Inherited from System.Windows.Forms.Control) |
| 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.C1DropDownEditorBase) |
| DisplayFormat | Format used to display the value when the control is in display mode. (Inherited from C1.Win.Input.Base.C1DropDownEditorBase) |
| DisplayRectangle | (Inherited from System.Windows.Forms.Control) |
| Disposing | (Inherited from System.Windows.Forms.Control) |
| Dock | (Inherited from System.Windows.Forms.Control) |
| DropDownAlign | Gets or sets a value that determines the alignment of the drop down form relative to the control. (Inherited from C1.Win.Input.Base.C1DropDownControlBase) |
| DropDownStyle | Gets or sets the style of the drop down control. (Inherited from C1.Win.Input.Base.C1DropDownEditorBase) |
| DropDownWidth | Gets or set the width of the drop down form. (Inherited from C1.Win.Input.Base.C1DropDownControlBase) |
| DroppedDown | Gets or sets a value indicating if the dropdown is currently open. (Inherited from C1.Win.Input.Base.C1DropDownControlBase) |
| 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.C1DropDownEditorBase) |
| EmptyAsNull | Gets or sets a value indicating whether empty strings are interpreted as null values (System.DBNull). (Inherited from C1.Win.Input.Base.C1DropDownEditorBase) |
| Enabled | (Inherited from System.Windows.Forms.Control) |
| ErrorInfo | Gets a settings affecting error handling in the control. (Inherited from C1.Win.Input.Base.C1DropDownEditorBase) |
| 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.C1DropDownEditorBase) |
| ExtraIcons | Gets a collection with additional input editor icons. (Inherited from C1.Win.Input.Base.C1DropDownControlBase) |
| FloatingPlaceholderEnabled | Gets or sets the value indicating whether the floating placeholder is enabled. (Inherited from C1.Win.Input.Base.C1DropDownEditorBase) |
| Focused | Gets a value indicating whether the control has input focus. (Inherited from C1.Win.Input.Base.C1InputHost) |
| Font | (Inherited from System.Windows.Forms.Control) |
| ForeColor | Gets or sets the foreground color of the control. (Inherited from C1.Win.Input.Base.C1DropDownControlBase) |
| FormatType | Gets or sets enumeration value determining the formatting method, including standard .NET format specifies, custom and programmatic formatting. (Inherited from C1.Win.Input.Base.C1DropDownEditorBase) |
| GapHeight | Gets or sets a distance in pixels between the control edge and the dropdown. (Inherited from C1.Win.Input.Base.C1DropDownControlBase) |
| Handle | (Inherited from System.Windows.Forms.Control) |
| HasChildren | (Inherited from System.Windows.Forms.Control) |
| Height | (Inherited from System.Windows.Forms.Control) |
| HideSelection | Gets or sets a value indicating whether the selected text in the drop down control remains highlighted when the control loses focus. (Inherited from C1.Win.Input.Base.C1DropDownEditorBase) |
| Icon | Gets or sets the C1.Framework.C1Icon that is displayed on a drop down control. (Inherited from C1.Win.Input.Base.C1DropDownControlBase) |
| Image | Gets or sets the image that is displayed on a drop down control. (Inherited from C1.Win.Input.Base.C1DropDownControlBase) |
| ImageAlign | Gets or sets the alignment of the image. (Inherited from C1.Win.Input.Base.C1DropDownControlBase) |
| ImageIndex | Gets or sets the image list index value of the image displayed on a drop down control. (Inherited from C1.Win.Input.Base.C1DropDownControlBase) |
| ImageKey | Gets or sets the key accessor for the image in the C1.Win.Input.Base.C1DropDownControlBase.ImageList. (Inherited from C1.Win.Input.Base.C1DropDownControlBase) |
| 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.C1DropDownControlBase) |
| ImeMode | (Inherited from System.Windows.Forms.Control) |
| InitialSelection | Gets or sets a value determines the selection position when a control receives input focus. (Inherited from C1.Win.Input.Base.C1DropDownEditorBase) |
| InvokeRequired | (Inherited from System.Windows.Forms.Control) |
| IsAccessible | (Inherited from System.Windows.Forms.Control) |
| IsAncestorSiteInDesignMode | (Inherited from System.Windows.Forms.Control) |
| IsDisposed | (Inherited from System.Windows.Forms.Control) |
| IsHandleCreated | (Inherited from System.Windows.Forms.Control) |
| IsMirrored | (Inherited from System.Windows.Forms.Control) |
| LayoutEngine | (Inherited from System.Windows.Forms.Control) |
| Left | (Inherited from System.Windows.Forms.Control) |
| Location | (Inherited from System.Windows.Forms.Control) |
| Margin | Gets or sets the space between controls. (Inherited from C1.Win.Input.Base.C1InputControl) |
| 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.C1DropDownEditorBase) |
| MaximumSize | (Inherited from System.Windows.Forms.Control) |
| MaxLength | Gets or sets the maximum number of characters the user can type or paste into the drop down control. (Inherited from C1.Win.Input.Base.C1DropDownEditorBase) |
| 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.C1DropDownEditorBase) |
| MinimumSize | (Inherited from System.Windows.Forms.Control) |
| Name | (Inherited from System.Windows.Forms.Control) |
| NullText | Gets or sets string representing a DBNull value. (Inherited from C1.Win.Input.Base.C1DropDownEditorBase) |
| Padding | Gets or sets padding within the control. (Inherited from C1.Win.Input.Base.C1InputControl) |
| Parent | (Inherited from System.Windows.Forms.Control) |
| ParseInfo | Gets a settings affecting parsing, that is, converting the string entered by the user to the data type. (Inherited from C1.Win.Input.Base.C1DropDownEditorBase) |
| PasswordChar | Gets or sets the character used to mask characters of a password in a single-line drop down control. (Inherited from C1.Win.Input.Base.C1DropDownEditorBase) |
| Placeholder | Gets or sets the textual place holder, that is displayed by drop down control to prompt the user for information. (Inherited from C1.Win.Input.Base.C1DropDownEditorBase) |
| PostValidation | Gets a 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.C1DropDownEditorBase) |
| PreferredSize | (Inherited from System.Windows.Forms.Control) |
| PreValidation | Gets the 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.C1DropDownEditorBase) |
| ProductName | (Inherited from System.Windows.Forms.Control) |
| ProductVersion | (Inherited from System.Windows.Forms.Control) |
| RecreatingHandle | (Inherited from System.Windows.Forms.Control) |
| Region | (Inherited from System.Windows.Forms.Control) |
| Right | (Inherited from System.Windows.Forms.Control) |
| RightToLeft | (Inherited from System.Windows.Forms.Control) |
| SelectedText | Gets or sets a value indicating the currently selected text in the control. (Inherited from C1.Win.Input.Base.C1DropDownEditorBase) |
| SelectionLength | Gets or sets the number of characters selected in the drop down control. (Inherited from C1.Win.Input.Base.C1DropDownEditorBase) |
| SelectionStart | Gets or sets the starting point of text selected in the drop down control. (Inherited from C1.Win.Input.Base.C1DropDownEditorBase) |
| ShortcutsEnabled | Gets or sets a value indicating whether the defined shortcuts are enabled. (Inherited from C1.Win.Input.Base.C1DropDownEditorBase) |
| Site | (Inherited from System.Windows.Forms.Control) |
| Size | (Inherited from System.Windows.Forms.Control) |
| Styles | Gets or sets the C1DropDownControl styles. |
| TabIndex | (Inherited from System.Windows.Forms.Control) |
| TabStop | (Inherited from System.Windows.Forms.Control) |
| Tag | (Inherited from System.Windows.Forms.Control) |
| Text | Gets or sets the text associated with this control. (Inherited from C1.Win.Input.Base.C1DropDownEditorBase) |
| TextAlign | Gets or sets how text is aligned in a drop down control. (Inherited from C1.Win.Input.Base.C1DropDownEditorBase) |
| TextLength | Gets the length of text in the control. (Inherited from C1.Win.Input.Base.C1DropDownEditorBase) |
| Top | (Inherited from System.Windows.Forms.Control) |
| TopLevelControl | (Inherited from System.Windows.Forms.Control) |
| TrimEnd | Gets or sets a value indicating whether trailing spaces are removed. (Inherited from C1.Win.Input.Base.C1DropDownEditorBase) |
| TrimStart | Gets or sets a value indicating whether leading spaces are removed. (Inherited from C1.Win.Input.Base.C1DropDownEditorBase) |
| UseSystemPasswordChar | Gets or sets a value indicating whether the text in the drop down control should appear as the default password character. (Inherited from C1.Win.Input.Base.C1DropDownEditorBase) |
| UseWaitCursor | (Inherited from System.Windows.Forms.Control) |
| Value | Gets or sets the current C1.Win.Input.Base.C1DropDownEditorBase.DataType representation of the visual information contained in the control. (Inherited from C1.Win.Input.Base.C1DropDownEditorBase) |
| VerticalAlign | Gets or sets the vertical alignment of the content in the control. (Inherited from C1.Win.Input.Base.C1DropDownEditorBase) |
| Visible | (Inherited from System.Windows.Forms.Control) |
| Width | (Inherited from System.Windows.Forms.Control) |