Enumeration of possible text box interface types.
| C# | Visual Basic | Visual C++ |
public enum TextComponentInterfaceType
Public Enumeration TextComponentInterfaceType
public enum class TextComponentInterfaceType
| Member | Description |
|---|---|
| Automatic | Use 'Automatic' to automatically work with plain and most rich text boxes. |
| Standard | Use 'Standard' for regular HTML text boxes (input type='text' and textarea). |
| PowerWEBTextBox | Use 'PowerWEBTextBox' for Dart PowerWEB text boxes. |
| EasyWebEdit | Use 'EasyWebEdit' for EasyWebEdit.net text boxes. |
| RichTextBox | Use 'RichTextBox' for RichTextBox.com text boxes. |
| RadEditor | Use 'RadEditor' for Telerik RadEditor text boxes. |
| Custom | Use 'Custom' to define your own interface. |