Three tab display options at the bottom, left-hand corner in your Cute editor
Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public enum TabType |
| Visual Basic |
|---|
Public Enumeration TabType |
| Visual C++ |
|---|
public enum class TabType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Express | 0 | ||
| Edit | 1 | The view in which you do most of your work | |
| Code | 2 | Code view lets you manually edit your HTML code | |
| View | 3 | Approximates how your page will display in the Internet Explorer browser. |