| Name | Description |
| AcceptsEscape | 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.C1Input.C1TextBox) |
| AcceptsTab | Indicates if Tab and Shift+Tab keys are accepted by control and move the focus to the next (previous) group of input characters in edit mask and in DateTimeInput mode. (Inherited from C1.Win.C1Input.C1TextBox) |
| 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) |
| AutoChangePosition | Gets or sets a value indicating whether the position of the character is automatically changed (Inherited from C1.Win.C1Input.C1TextBox) |
| AutoCompleteCustomSource | (Inherited from System.Windows.Forms.TextBox) |
| AutoCompleteMode | (Inherited from System.Windows.Forms.TextBox) |
| AutoCompleteSource | (Inherited from System.Windows.Forms.TextBox) |
| AutoOpen | Gets or sets a value indicating whether to open the combo box when the control receives the focus. |
| AutoScrollOffset | (Inherited from System.Windows.Forms.Control) |
| AutoSize | Gets or sets a value indicating whether the height of the control automatically adjusts when the font assigned to the control is changed. (Inherited from C1.Win.C1Input.C1TextBox) |
| BackColor | (Inherited from C1.Win.C1Input.C1TextBox) |
| BaseText | This method is for internal use only. (Inherited from C1.Win.C1Input.C1TextBox) |
| BindingContext | (Inherited from System.Windows.Forms.Control) |
| BorderColor | Gets or sets the border color of the control. (Inherited from C1.Win.C1Input.C1TextBox) |
| BorderStyle | (Inherited from C1.Win.C1Input.C1TextBox) |
| Bottom | (Inherited from System.Windows.Forms.Control) |
| Bounds | (Inherited from System.Windows.Forms.Control) |
| ButtonCursor | The cursor that is displayed when the mouse is over a button. |
| ButtonImages | Gets or sets the images for buttons |
| ButtonWidth | Specifies the button width instead of using the default width. |
| CalendarType | Calendar, used to format date. (Inherited from C1.Win.C1Input.C1TextBox) |
| CanFocus | (Inherited from System.Windows.Forms.Control) |
| CanSelect | (Inherited from System.Windows.Forms.Control) |
| CanUndo | (Inherited from System.Windows.Forms.TextBoxBase) |
| Capture | (Inherited from System.Windows.Forms.Control) |
| CaseSensitive | True if string comparisons are case-sensitive; otherwise, False. Default: False (Inherited from C1.Win.C1Input.C1TextBox) |
| CausesValidation | Gets or sets a value indicating whether the control causes validation (i.e. calls Validated and Validating events) (Inherited from C1.Win.C1Input.C1TextBox) |
| CharacterCasing | (Inherited from System.Windows.Forms.TextBox) |
| CharCategory | Defines rules to filter keyboard input. (Inherited from C1.Win.C1Input.C1TextBox) |
| 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) |
| ContextMenu | (Inherited from System.Windows.Forms.Control) |
| ContextMenuStrip | (Inherited from System.Windows.Forms.Control) |
| Controls | (Inherited from System.Windows.Forms.Control) |
| Created | (Inherited from System.Windows.Forms.Control) |
| Culture | The culture ID. (Inherited from C1.Win.C1Input.C1TextBox) |
| CultureInfo | The current CultureInfo object (available at runtime). (Inherited from C1.Win.C1Input.C1TextBox) |
| CultureName | The name selected for the Culture property in the Properties grid (Inherited from C1.Win.C1Input.C1TextBox) |
| CurrentTimeZone | If True, the control's stored Value is in current time zone; otherwise, the Value is adjusted to the time zone defined by the GMTOffset property (Inherited from C1.Win.C1Input.C1TextBox) |
| Cursor | Overridden. Gets or sets the cursor that is displayed when the mouse pointer is over the control. |
| CustomFormat | Custom format specifier used if FormatType = FormatTypeEnum.CustomFormat. (Inherited from C1.Win.C1Input.C1TextBox) |
| DataBindings | (Inherited from System.Windows.Forms.Control) |
| DataField | The field of the data source object to which the control is bound. (Inherited from C1.Win.C1Input.C1TextBox) |
| DataSource | The data source object to which the control is bound. (Inherited from C1.Win.C1Input.C1TextBox) |
| DataType | Type of the Value property. (Inherited from C1.Win.C1Input.C1TextBox) |
| DateTimeInput | Whether or not a special edit mode is applied to DateTime values. (Inherited from C1.Win.C1Input.C1TextBox) |
| DaylightTimeAdjustment | The value specified in the GMTOffset property can be advanced or set back due to daylight-saving time changes. Default: NoAdjustments. (Inherited from C1.Win.C1Input.C1TextBox) |
| DeviceDpi | (Inherited from System.Windows.Forms.Control) |
| DisabledForeColor | Gets or sets the foreground color of the disabled control. (Inherited from C1.Win.C1Input.C1TextBox) |
| 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.C1Input.C1TextBox) |
| DisplayFormat | Format used to display the value when the control is not in edit mode (does not have input focus or is read-only). (Inherited from C1.Win.C1Input.C1TextBox) |
| DisplayRectangle | (Inherited from System.Windows.Forms.Control) |
| Disposing | (Inherited from System.Windows.Forms.Control) |
| Dock | (Inherited from System.Windows.Forms.Control) |
| DropDownForm | Returns dropdown form instance associated with the control. |
| DropDownFormAlign | Alignment of the dropdown form relative to the control. |
| DropDownFormClassName | Specifies the class name of a Form serving as the dropdown window. |
| DropDownStyle | Gets or sets the style of the combo box. |
| DroppedDown | Run-time read-only property indicating if the dropdown is currently open. |
| 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.C1Input.C1TextBox) |
| EditMask | The edit mask string restricting user input. (Inherited from C1.Win.C1Input.C1TextBox) |
| EditMode | Returns True, if the control has input focus and TextDetached = False. (Inherited from C1.Win.C1Input.C1TextBox) |
| EmptyAsNull | If True, empty strings are interpreted as null values (DBNull). (Inherited from C1.Win.C1Input.C1TextBox) |
| Enabled | Gets or sets a value indicating whether the control can respond to user interaction. (Inherited from C1.Win.C1Input.C1TextBox) |
| ErrorInfo | Settings affecting error handling in the control. (Inherited from C1.Win.C1Input.C1TextBox) |
| ExitOnLastChar | Gets or sets whether the next control in the tab order receives the focus as soon as the control is filled at the last character. (Inherited from C1.Win.C1Input.C1TextBox) |
| 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.C1Input.C1TextBox) |
| Focused | (Inherited from System.Windows.Forms.Control) |
| Font | (Inherited from System.Windows.Forms.Control) |
| ForeColor | (Inherited from C1.Win.C1Input.C1TextBox) |
| FormatType | Enumeration value determining the formatting method, including standard .NET format specifiers, custom and programmatic formatting. (Inherited from C1.Win.C1Input.C1TextBox) |
| GapHeight | Distance in pixels between the control edge and the dropdown. |
| GMTOffset | The time zone of the Value property used if CurrentTimeZone = False. (Inherited from C1.Win.C1Input.C1TextBox) |
| Handle | (Inherited from System.Windows.Forms.Control) |
| HasChildren | (Inherited from System.Windows.Forms.Control) |
| Height | (Inherited from System.Windows.Forms.Control) |
| HideSelection | (Inherited from System.Windows.Forms.TextBoxBase) |
| Image | Gets or sets the button image. |
| ImageIndex | Gets or sets the index of the button image in the ImageList. |
| ImageKey | Gets or sets the key of the button image in the ImageList. |
| ImageList | Gets or sets the ImageList to get the images to display in the drop down items. |
| ImagePadding | Gets or sets the image padding. |
| ImageTransparentColor | Gets or sets the color to treat as transparent in a image. |
| ImeMode | (Inherited from System.Windows.Forms.Control) |
| InitialSelection | Determines the selection position when a control receives input focus. Default: InitialSelectionEnum.SelectAll. (Inherited from C1.Win.C1Input.C1TextBox) |
| InterceptArrowKeys | Determines if the up/down buttons intercept and handle Up and Down arrow keys. |
| InvokeRequired | (Inherited from System.Windows.Forms.Control) |
| IsAccessible | (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) |
| Label | Label control associated with this input field. (Inherited from C1.Win.C1Input.C1TextBox) |
| LayoutEngine | (Inherited from System.Windows.Forms.Control) |
| Left | (Inherited from System.Windows.Forms.Control) |
| Location | (Inherited from System.Windows.Forms.Control) |
| LoopPosition | Gets or sets a value indicating whether the position of the caret is automatically moved to the first field when the last field is filled. (Inherited from C1.Win.C1Input.C1TextBox) |
| Margin | (Inherited from System.Windows.Forms.Control) |
| Margins | Gets or sets the spacing between the input control content and its edges, in pixels. Default: all margins are set to 0. (Inherited from C1.Win.C1Input.C1TextBox) |
| MarkEmpty | Draws a red dotted line if Value is empty. (Inherited from C1.Win.C1Input.C1TextBox) |
| MaskInfo | Edit mask settings. (Inherited from C1.Win.C1Input.C1TextBox) |
| MaximumSize | (Inherited from System.Windows.Forms.Control) |
| MaxLength | Gets or sets the maximum number of characters or bytes that the control can hold. (Inherited from C1.Win.C1Input.C1TextBox) |
| 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.C1Input.C1TextBox) |
| MaxLineCount | Gets or sets the maximum number of lines. (Inherited from C1.Win.C1Input.C1TextBox) |
| MinimumSize | (Inherited from System.Windows.Forms.Control) |
| MinShortYear | The minimum year that can be entered without leading zeros. (Inherited from C1.Win.C1Input.C1TextBox) |
| Modified | Gets or sets a value that indicates that the control has been modified by the user since the control received the input focus or its Value last set. (Inherited from C1.Win.C1Input.C1TextBox) |
| MouseClickPassThrough | Gets or sets whether the mouse click event is consumed or passed through after closing the dropdown. |
| Name | (Inherited from System.Windows.Forms.Control) |
| NegativeForeColor | Gets or sets the foreground color of the control which contains negative value. (Inherited from C1.Win.C1Input.C1TextBox) |
| NullText | String representing a DBNull value. (Inherited from C1.Win.C1Input.C1TextBox) |
| NumericInput | Sets or gets a value indicating whether a special edit mode is used for numeric values. (Inherited from C1.Win.C1Input.C1TextBox) |
| NumericInputKeys | Enables/disables the special keys used when NumericInput = True. Default: NumericInputKeyFlags.Standard. (Inherited from C1.Win.C1Input.C1TextBox) |
| Padding | (Inherited from C1.Win.C1Input.C1TextBox) |
| Parent | (Inherited from System.Windows.Forms.Control) |
| ParseInfo | Settings affecting parsing, that is, converting the string entered by the user to the data type. (Inherited from C1.Win.C1Input.C1TextBox) |
| PasswordChar | (Inherited from System.Windows.Forms.TextBox) |
| Placeholder | Gets or sets the textual place holder, that is displayed by C1TextBox to prompt the user for information. (Inherited from C1.Win.C1Input.C1TextBox) |
| 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.C1Input.C1TextBox) |
| PreferredHeight | (Inherited from C1.Win.C1Input.C1TextBox) |
| PreferredSize | (Inherited from System.Windows.Forms.Control) |
| 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.C1Input.C1TextBox) |
| ProductName | (Inherited from System.Windows.Forms.Control) |
| ProductVersion | (Inherited from System.Windows.Forms.Control) |
| ReadOnly | |
| 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.C1Input.C1TextBox) |
| SelectionLength | (Inherited from System.Windows.Forms.TextBoxBase) |
| SelectionStart | (Inherited from System.Windows.Forms.TextBoxBase) |
| ShortcutsEnabled | (Inherited from System.Windows.Forms.TextBoxBase) |
| ShowContextMenu | Specifies whether the context menu can be displayed for the control. (Inherited from C1.Win.C1Input.C1TextBox) |
| ShowCustomButton | Determines if the modal button is visible. |
| ShowDropDownButton | Determines if the dropdown button is visible. |
| ShowFocusRectangle | Specifies whether a focus rectangle should be displayed around the client area when the control has the input focus. (Inherited from C1.Win.C1Input.C1TextBox) |
| ShowModalButton | Determines if the modal button is visible. |
| ShowUpDownButtons | Determines if the up/down buttons are visible. |
| Site | (Inherited from System.Windows.Forms.Control) |
| Size | (Inherited from System.Windows.Forms.Control) |
| TabIndex | (Inherited from System.Windows.Forms.Control) |
| TabStop | (Inherited from System.Windows.Forms.Control) |
| Tag | Gets or sets the object that contains data about the control (Inherited from C1.Win.C1Input.C1TextBox) |
| Text | Gets or sets the text associated with this control. (Inherited from C1.Win.C1Input.C1TextBox) |
| TextAlign | (Inherited from System.Windows.Forms.TextBox) |
| TextDetached | Specifies whether the Value and Text properties can be set independently. (Inherited from C1.Win.C1Input.C1TextBox) |
| TextLength | Gets the length of text in the control. (Inherited from C1.Win.C1Input.C1TextBox) |
| Top | (Inherited from System.Windows.Forms.Control) |
| TopLevelControl | (Inherited from System.Windows.Forms.Control) |
| TrimEnd | If True, trailing spaces are removed. (Inherited from C1.Win.C1Input.C1TextBox) |
| TrimStart | If True, leading spaces are removed. (Inherited from C1.Win.C1Input.C1TextBox) |
| UpDownButtonAlignment | Gets or sets the alignment of the spin button. |
| UseColumnStyles | Indicates whether to honor the ColumnStyle properties defined on the C1ViewColumn object that this control is bound to. (Inherited from C1.Win.C1Input.C1TextBox) |
| UserCultureOverride | If True, current user regional settings override the selected culture. (Inherited from C1.Win.C1Input.C1TextBox) |
| UseSystemPasswordChar | (Inherited from System.Windows.Forms.TextBox) |
| UseWaitCursor | (Inherited from System.Windows.Forms.Control) |
| Value | Gets or sets the current C1TextBox.DataType representation of the visual information contained in the control. (Inherited from C1.Win.C1Input.C1TextBox) |
| ValueChangedBehavior | Allows backward compatibility with the old behavior, when the ValueChanged event previously fired on any text change. (Inherited from C1.Win.C1Input.C1TextBox) |
| ValueIsDbNull | Gets or sets a value indicating whether the Value is DBNull. (Inherited from C1.Win.C1Input.C1TextBox) |
| VerticalAlign | Gets or sets the vertical alignment of the content in the control. The default is VerticalAlignEnum.Top. (Inherited from C1.Win.C1Input.C1TextBox) |
| Visible | (Inherited from System.Windows.Forms.Control) |
| VisibleButtons | Gets or sets a value specifying which buttons are visible. The default is (UpDown Or DropDown). |
| VisualStyle | Gets or sets the visual style of the control. (Inherited from C1.Win.C1Input.C1TextBox) |
| Width | (Inherited from System.Windows.Forms.Control) |
| WrapDateTimeFields | If this property is False the month will be automatically incremented when the user spins the date past the end of the month. The same about other parts of the date/time value. (Inherited from C1.Win.C1Input.C1TextBox) |