Specifies whether the Bottom Bar(Design, Html and Preview Mode tab) appear.
Example Code
<%
Dim editor
Set editor =
New CuteEditor
editor.ID =
"Editor1"
'Specifies whether the Bottom Bar(Design, Html and Preview Mode tab) appear.
editor.ShowBottomBar
= false
editor.Text =
"Hello World"
editor.Draw()
%>
Editor Class | CuteEditor Namespace