Specifies whether toolbars in the Cute Editor Code View are visible
Example Code
<%
Dim editor
Set editor =
New CuteEditor
editor.ID =
"Editor1"
'SSpecifies whether toolbars in the Cute Editor Code View are visible.
editor.ShowCodeViewToolBar
= false
editor.Text =
"Hello World"
editor.Draw()
%>
Editor Class | CuteEditor Namespace