CuteEditor for ASP 6.6 Class Library

Editor.ShowCodeViewToolBar Property

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

See Also

Editor Class | CuteEditor Namespace