| Overload | Description |
|---|---|
| TextEditor Constructor() | Initializes a new instance of the TextEditor class. |
| TextEditor Constructor(String) | Initializes a new instance of the TextEditor class specifying the string to use as a mask. |
| TextEditor Constructor(WinTextBox) | Initializes a new instance of the TextEditor class specifying the WinTextBox control that will be used as a template. |
| TextEditor Constructor(WinTextBox,String,Boolean) | Initializes a new instance of the TextEditor class specifying the WinTextBox control that will be used as a template to edit the content of cells which have a string datatype, as well as other characteristics that will apply to the editor. |