CuteEditor for ASP 6.6 Class Library

Editor.ShowDecreaseButton Property

Specifies whether the Decrease editing window button appear.


Example Code

      <%
           Dim editor
           Set editor = New CuteEditor
           editor.ID = "Editor1"
           'Specifies whether the Decrease editing window button appear.
           editor.ShowDecreaseButton = false
           editor.Text = "Hello World"
           editor.Draw()
      %>

See Also

Editor Class | CuteEditor Namespace