CuteEditor for ASP 6.6 Class Library

Editor.ResizeStep Property

Sets the resize step in pixels used when the user clicks on "+" or "-" to resize the editor.


Example Code

      <%
           Dim editor
           Set editor = New CuteEditor
           editor.ID = "Editor1"
            'Sets the resize step in pixels used when the user clicks on "+" or "-" to resize the editor.
           editor.ResizeStep = 20
           editor.Text = "Hello World"
           editor.Draw()
      %>

See Also

Editor Class | CuteEditor Namespace