CuteEditor for ASP 6.6 Class Library

Editor.ShowToolBar Property

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()
      %>

See Also

Editor Class | CuteEditor Namespace