| Name | Description |
| AcceptsTab | Gets or sets a value indicating whether pressing the TAB key in a control types a TAB character in the editor 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) |
| ActiveControl | (Inherited from System.Windows.Forms.ContainerControl) |
| AllowAdHocTags | Indicates whether the editor turns validation on or off. |
| AllowDrop | Overridden. Gets or sets a value indicating whether the editor can accept data that the user drags onto it. |
| Anchor | (Inherited from System.Windows.Forms.Control) |
| AutoScaleDimensions | (Inherited from System.Windows.Forms.ContainerControl) |
| AutoScaleMode | (Inherited from System.Windows.Forms.ContainerControl) |
| AutoScrollPosition | (Inherited from System.Windows.Forms.ScrollableControl) |
| BackColor | (Inherited from System.Windows.Forms.Control) |
| BaseUri | Gets the base Uri of the current document. |
| BindingContext | (Inherited from System.Windows.Forms.ContainerControl) |
| BorderStyle | Indicates whether the editor should have a border. |
| Bottom | (Inherited from System.Windows.Forms.Control) |
| Bounds | (Inherited from System.Windows.Forms.Control) |
| CanCopy | Gets a value indicating whether the copy command is supported on the current selection. |
| CanCut | Gets a value indicating whether the cut command is supported on the current selection. |
| CanFocus | (Inherited from System.Windows.Forms.Control) |
| CanPaste | Gets a value indicating whether the paste command is supported on the current selection. |
| CanPasteAsText | Determines whether you can paste information from the Clipboard in text format. |
| CanSelect | (Inherited from System.Windows.Forms.Control) |
| Capture | (Inherited from System.Windows.Forms.Control) |
| CausesValidation | (Inherited from System.Windows.Forms.Control) |
| 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 | Overridden. Overrides the System.Windows.Forms.Control.ContextMenuStrip property. |
| Controls | (Inherited from System.Windows.Forms.Control) |
| Created | (Inherited from System.Windows.Forms.Control) |
| CurrentAutoScaleDimensions | (Inherited from System.Windows.Forms.ContainerControl) |
| CustomDialogs | Allows user-defined dialog boxes such as Find/Replace, Format, Insert table, and others to be used. |
| DataBindings | (Inherited from System.Windows.Forms.Control) |
| DefaultTitle | Gets or sets a string (followed by a number) used for the 'title' attribute of the loaded document if that attribute is not specified. |
| DisplayRectangle | (Inherited from System.Windows.Forms.ScrollableControl) |
| Disposing | (Inherited from System.Windows.Forms.Control) |
| Dock | (Inherited from System.Windows.Forms.Control) |
| Document | Gets or sets the XML document bound to the C1Editor. |
| EnableComments | Indicates whether the editor turns Comments feature on or off. |
| Enabled | (Inherited from System.Windows.Forms.Control) |
| Focused | Overridden. Gets a Boolean value indicating whether the control has input focus. |
| Font | (Inherited from System.Windows.Forms.Control) |
| ForeColor | (Inherited from System.Windows.Forms.Control) |
| Handle | (Inherited from System.Windows.Forms.Control) |
| HasChildren | (Inherited from System.Windows.Forms.Control) |
| Height | (Inherited from System.Windows.Forms.Control) |
| History | Returns XML document for editing |
| HorizontalScroll | (Inherited from System.Windows.Forms.ScrollableControl) |
| ImeMode | (Inherited from System.Windows.Forms.Control) |
| InvokeRequired | (Inherited from System.Windows.Forms.Control) |
| IsAccessible | (Inherited from System.Windows.Forms.Control) |
| IsDirty | Gets a Boolean value that indicates whether the document has been modified since it was last saved. |
| IsDisposed | (Inherited from System.Windows.Forms.Control) |
| IsHandleCreated | (Inherited from System.Windows.Forms.Control) |
| IsMirrored | (Inherited from System.Windows.Forms.Control) |
| KeyboardShortcutsEnabled | Gets or sets a value indicating whether the editor processes shortcuts for basic editing operations |
| LayoutEngine | (Inherited from System.Windows.Forms.Control) |
| Left | (Inherited from System.Windows.Forms.Control) |
| Location | (Inherited from System.Windows.Forms.Control) |
| Margin | (Inherited from System.Windows.Forms.Control) |
| MaximumSize | (Inherited from System.Windows.Forms.Control) |
| MaxLength | Gets or sets the maximum number of characters the user can type or paste into the editor control. |
| MinimumSize | (Inherited from System.Windows.Forms.Control) |
| Mode | Defines current editor view and behavior. |
| Name | (Inherited from System.Windows.Forms.Control) |
| Padding | (Inherited from System.Windows.Forms.Control) |
| Parent | (Inherited from System.Windows.Forms.Control) |
| ParentForm | (Inherited from System.Windows.Forms.ContainerControl) |
| PreferredSize | (Inherited from System.Windows.Forms.Control) |
| ProductName | (Inherited from System.Windows.Forms.Control) |
| ProductVersion | (Inherited from System.Windows.Forms.Control) |
| ReadOnly | Gets or sets a value indicating whether content in the editor is read-only. |
| RecreatingHandle | (Inherited from System.Windows.Forms.Control) |
| Region | (Inherited from System.Windows.Forms.Control) |
| Right | (Inherited from System.Windows.Forms.Control) |
| SelectedText | Gets the text currently selected in the C1Editor. |
| Selection | Gets the current selection in the C1Editor. |
| SelectionLength | Gets or sets the number of selected characters in the C1Editor. |
| SelectionStart | Gets or sets the index of the first selected character in the C1Editor. |
| 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 current text in the editor. |
| Top | (Inherited from System.Windows.Forms.Control) |
| TopLevelControl | (Inherited from System.Windows.Forms.Control) |
| VerticalScroll | (Inherited from System.Windows.Forms.ScrollableControl) |
| Visible | (Inherited from System.Windows.Forms.Control) |
| WebBrowser | Returns the ActiveX WebBrowser object for current Mode. |
| Width | (Inherited from System.Windows.Forms.Control) |
| WordWrap | Indicates whether the editor automatically wraps words to the beginning of the next line when necessary in the Source mode. |
| Xml | Gets or sets the current XML content of the editor. |
| XmlExtensions | Contains information about custom elements and attributes that extend the standard XHTML DTD. |