| 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). |
 | AcceptsReturn | Gets or sets a value indicating whether pressing ENTER in a multiline C1.Win.Input.C1TextBox control creates a new line of text in the control or activates the default button for the form. |
 | AcceptsTab | Gets or sets a value indicating whether pressing the TAB key in a multiline text box control types a TAB character in the control instead of moving the focus to the next control in the tab order. |
 | 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 AutoCompleteSource property is set to CustomSource. |
 | AutoCompleteMode | Gets or sets an option that controls how automatic completion works for the C1.Win.Input.C1TextBox. |
 | AutoCompleteSource | Gets or sets a value specifying the source of complete strings used for automatic completion. |
 | AutoScrollOffset | (Inherited from System.Windows.Forms.Control) |
 | AutoSize | Overridden. This property is not relevant for this class. |
 | BackColor | Overridden. Gets or sets the background color for the control. |
 | 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. |
 | Bottom | (Inherited from System.Windows.Forms.Control) |
 | Bounds | (Inherited from System.Windows.Forms.Control) |
 | ButtonsSettings | Gets the properties of buttons. |
 | 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 text box control. |
 | Capture | (Inherited from System.Windows.Forms.Control) |
 | CaseSensitive | Gets or sets a value indicating whether string comparisons are case-sensitive. |
 | CausesValidation | (Inherited from C1.Win.Input.Base.C1InputHost) |
 | CharacterCasing | Gets or sets whether the C1.Win.Input.C1TextBox control modifies the case of characters as they are typed. |
 | CharCategories | Gets or sets the rules to filter keyboard input. |
 | 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) |
 | Controls | (Inherited from System.Windows.Forms.Control) |
 | Created | (Inherited from System.Windows.Forms.Control) |
 | CultureInfo | Gets or sets the current CultureInfo object. |
 | CustomFormat | Gets or sets custom format specified used if FormatType property is C1.Win.Input.FormatType.CustomFormat. |
 | 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. |
 | DataSource | Gets or sets the data source object to which the control is bound. |
 | DataType | Gets or sets the type of the Value property. |
 | DefaultIconSize | Gets or sets the default icon size of control. |
 | 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. |
 | DisplayFormat | Gets the format used to display the value when the control is in display mode. |
 | DisplayRectangle | (Inherited from System.Windows.Forms.Control) |
 | Disposing | (Inherited from System.Windows.Forms.Control) |
 | Dock | (Inherited from System.Windows.Forms.Control) |
 | EditFormat | Gets the format used to display the value when the control is in edit mode (has input focus and is not read-only). |
 | EmptyAsNull | Gets or sets a value indicating whether empty strings are interpreted as null values (System.DBNull). |
 | Enabled | (Inherited from System.Windows.Forms.Control) |
 | ErrorInfo | Gets a settings affecting error handling in the control. |
 | 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. |
 | ExtraIcons | Gets a collection with additional input editor icons. |
 | FloatingPlaceholderEnabled | Gets or sets the value indicating whether the floating placeholder is enabled. |
 | 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 | Overridden. Gets or sets the foreground color of the control. |
 | FormatType | Gets or sets enumeration value determining the formatting method, including standard .NET format specifies, custom and programmatic formatting. |
 | 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 text box control remains highlighted when the control loses focus. |
 | Icon | Gets or sets the C1.Framework.C1Icon that is displayed on a C1.Win.Input.C1TextBox control. |
 | Image | Gets or sets the image that is displayed on a C1.Win.Input.C1TextBox control. |
 | ImageAlign | Gets or sets the alignment of the image. |
 | ImageIndex | Gets or sets the image list index value of the image displayed on the C1.Win.Input.C1TextBox control. |
 | ImageKey | Gets or sets the key accessor for the image in the ImageList. |
 | ImageList | Gets or sets the System.Windows.Forms.ImageList that contains the System.Drawing.Image displayed on a C1.Win.Input.C1TextBox control. |
 | ImeMode | (Inherited from System.Windows.Forms.Control) |
 | InitialSelection | Gets or sets a value determines the selection position when a control receives input focus. |
 | 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) |
 | Lines | Gets or sets the lines of text in a text box 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. |
 | MaximumSize | (Inherited from System.Windows.Forms.Control) |
 | MaxLength | Gets or sets the maximum number of characters the user can type or paste into the text box control. |
 | MaxLengthUnit | Gets or sets whether the maximum number of characters that fit in the control are handled based on bytes, characters, or text elements. |
 | MaxLineCount | Gets or sets the maximum number of lines. |
 | MinimumSize | (Inherited from System.Windows.Forms.Control) |
 | Modified | Gets or sets a value that indicates that the text box control has been modified by the user since the control was created or its contents were last set. |
 | Multiline | Gets or sets a value indicating whether this is a multiline C1.Win.Input.C1TextBox control. |
 | Name | (Inherited from System.Windows.Forms.Control) |
 | NullText | Gets or sets string representing a DBNull value. |
 | 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. |
 | PasswordChar | Gets or sets the character used to mask characters of a password in a single-line C1.Win.Input.C1TextBox control. |
 | Placeholder | Gets or sets the textual place holder, that is displayed by C1.Win.Input.C1TextBox to prompt the user for information. |
 | PostValidation | Gets a validation rules applied after parsing, that is, after converting the string entered by the user to the DataType (typed validation). |
 | PreferredHeight | Gets the preferred height for a text box. |
 | 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). |
 | ProductName | (Inherited from System.Windows.Forms.Control) |
 | ProductVersion | (Inherited from System.Windows.Forms.Control) |
 | ReadOnly | Gets or sets a value indicating whether text in the text box is read-only. |
 | 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) |
 | ScrollBars | Gets or sets which scroll bars should appear in a C1.Win.Input.C1TextBox control. |
 | SelectedText | Gets or sets a value indicating the currently selected text in the control. |
 | SelectionLength | Gets or sets the number of characters selected in the text box. |
 | SelectionStart | Gets or sets the starting point of text selected in the text box. |
 | ShortcutsEnabled | Gets or sets a value indicating whether the defined shortcuts are enabled. |
 | 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 | (Inherited from System.Windows.Forms.Control) |
 | Text | Overridden. Gets or sets the text associated with this control. |
 | TextAlign | Gets or sets how text is aligned in a C1.Win.Input.C1TextBox control. |
 | TextLength | Gets the length of text in the control. |
 | 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. |
 | TrimStart | Gets or sets a value indicating whether leading spaces are removed. |
 | UseSystemPasswordChar | Gets or sets a value indicating whether the text in the C1.Win.Input.C1TextBox control should appear as the default password character. |
 | UseWaitCursor | (Inherited from System.Windows.Forms.Control) |
 | Value | Gets or sets the current DataType representation of the visual information contained in the control. |
 | VerticalAlign | Gets or sets the vertical alignment of the content in the control. |
 | Visible | (Inherited from System.Windows.Forms.Control) |
 | Width | (Inherited from System.Windows.Forms.Control) |
 | WordWrap | Gets or sets a value indicating whether a multiline text box control automatically wraps words to the beginning of the next line when necessary. |