Specifies whether toolbars in the Cute Editor control are visible
Example Code
<%
Dim editor
Set editor =
New CuteEditor
editor.ID =
"Editor1"
'Specifies whether the Preview Mode tab appear.
editor.ShowToolBar
= false
editor.Text =
"Hello World"
editor.Draw()
%>
Editor Class | CuteEditor Namespace