| Name | Description |
 | BeginInit | Begins the initialization of a C1Editor control that is used on a form or used by another component. The initialization occurs at run time. |
 | BeginInvoke | Overloaded. (Inherited from System.Windows.Forms.Control) |
 | BeginTransaction | Begins a transaction. |
 | BringToFront | (Inherited from System.Windows.Forms.Control) |
 | CanRedo | Returns a value that indicates whether the most recent undo action can be redone. |
 | CanShowDialog | Returns a Boolean value indicating whether or not the specified dialog can be shown. |
 | CanUndo | Returns a value that indicates whether the most recent action can be undone. |
 | CommitTransaction | Commits the started transaction. |
 | Contains | (Inherited from System.Windows.Forms.Control) |
 | Copy | Copies the current selection to the Clipboard. |
 | CreateControl | (Inherited from System.Windows.Forms.Control) |
 | CreateGraphics | (Inherited from System.Windows.Forms.Control) |
 | CreateObjRef | (Inherited from System.MarshalByRefObject) |
 | CreateRange | Overloaded. Creates a text range. |
 | Cut | Moves the current selection to the Clipboard. |
 | Dispose | (Inherited from System.ComponentModel.Component) |
 | DoDragDrop | (Inherited from System.Windows.Forms.Control) |
 | DrawToBitmap | (Inherited from System.Windows.Forms.Control) |
 | EndInit | Ends the initialization of a C1Editor that is used on a form or used by another component. The initialization occurs at run time. |
 | EndInvoke | (Inherited from System.Windows.Forms.Control) |
 | FindForm | (Inherited from System.Windows.Forms.Control) |
 | FixSource | Fixes the document in source mode, corrects errors, makes it valid XHTML. |
 | Focus | Sets input focus to the control. |
 | GetActiveXInstance | Gets the underlying ActiveX WebBrowser control. |
 | GetChildAtPoint | Overloaded. (Inherited from System.Windows.Forms.Control) |
 | GetContainerControl | (Inherited from System.Windows.Forms.Control) |
 | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
 | GetNextControl | (Inherited from System.Windows.Forms.Control) |
 | GetPreferredSize | (Inherited from System.Windows.Forms.Control) |
 | Hide | (Inherited from System.Windows.Forms.Control) |
 | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
 | Invalidate | Overloaded. (Inherited from System.Windows.Forms.Control) |
 | Invoke | Overloaded. (Inherited from System.Windows.Forms.Control) |
 | LoadDesignCSS | Overloaded. Loads a design CSS from a given file. The base URL is inferred from the file location. |
 | LoadPreviewCSS | Overloaded. Loads the preview CSS from a given file. Base URL is inferred from the file location. |
 | LoadRtf | Overloaded. Loads the document from the specified stream in RTF format. The System.IO.Stream containing the RTF document to load. Path to resolve pictures, video, links, and so on. |
 | LoadXml | Overloaded. Loads the document from an XML string. |
 | Paste | Replaces the current selection in the editor with the contents of the Clipboard. |
 | PasteAsText | Pastes the contents of the Clipboard into the editor using text format. |
 | PerformAutoScale | (Inherited from System.Windows.Forms.ContainerControl) |
 | PerformLayout | Overloaded. (Inherited from System.Windows.Forms.Control) |
 | PointToClient | (Inherited from System.Windows.Forms.Control) |
 | PointToScreen | (Inherited from System.Windows.Forms.Control) |
 | PreProcessControlMessage | (Inherited from System.Windows.Forms.Control) |
 | PreProcessMessage | (Inherited from System.Windows.Forms.Control) |
 | Print | Overloaded. Prints the current document. |
 | PrintPreview | Overloaded. Shows a print preview dialog. |
 | RectangleToClient | (Inherited from System.Windows.Forms.Control) |
 | RectangleToScreen | (Inherited from System.Windows.Forms.Control) |
 | Redo | Performs Redo action in the current editor mode (design or source). |
 | Refresh | (Inherited from System.Windows.Forms.Control) |
 | ResetText | (Inherited from System.Windows.Forms.Control) |
 | ResumeLayout | Overloaded. (Inherited from System.Windows.Forms.Control) |
 | RollbackTransaction | Rolls back the transaction. |
 | SaveRtf | Overloaded. Saves the document to the specified file in RTF format. |
 | SaveXml | Overloaded. Saves the document to the specified file in XML format. |
 | Scale | (Inherited from System.Windows.Forms.Control) |
 | ScrollControlIntoView | (Inherited from System.Windows.Forms.ScrollableControl) |
 | ScrollIntoView | Scrolls current document selection into view. |
 | Select | Overloaded. Creates a range that begins with the specified starting character and continues through the specified length of characters, and moves selection to the range. |
 | SelectAll | Selects the entire contents of the editor. |
 | SelectNextControl | (Inherited from System.Windows.Forms.Control) |
 | SendToBack | (Inherited from System.Windows.Forms.Control) |
 | SetAutoScrollMargin | (Inherited from System.Windows.Forms.ScrollableControl) |
 | SetBounds | Overloaded. (Inherited from System.Windows.Forms.Control) |
 | Show | (Inherited from System.Windows.Forms.Control) |
 | ShowDialog | Shows the specified dialog box. |
 | SuspendLayout | (Inherited from System.Windows.Forms.Control) |
 | ToString | (Inherited from System.ComponentModel.Component) |
 | Undo | Performs Undo action in the current editor mode (design or source). |
 | Update | (Inherited from System.Windows.Forms.Control) |
 | Validate | Overloaded. (Inherited from System.Windows.Forms.ContainerControl) |
 | ValidateChildren | Overloaded. (Inherited from System.Windows.Forms.UserControl) |
 | ValidateSource | Validates document in source mode and shows validation errors if found. |