Three tab display options at the bottom, left-hand corner in your Cute editor

Namespace: CuteEditor
Assembly: 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 nameValueDescription
Express0
Edit1 The view in which you do most of your work
Code2 Code view lets you manually edit your HTML code
View3 Approximates how your page will display in the Internet Explorer browser.

See Also