CuteEditor for ASP 6.6 Class Library

Editor.Height Property

Specifies the height of the Cute Editor control on the page.


Example Code

      <%
           Dim editor
           Set editor = New CuteEditor
           editor.ID = "Editor1"
           'Specifies the height of the Cute Editor control on the page.
           editor.Height = 300
           editor.Text = "Hello World"
           editor.Draw()
      %>

See Also

Editor Class | CuteEditor Namespace