Specifies whether the Enlarge editing window button appear.
Example Code
<%
Dim editor
Set editor =
New CuteEditor
editor.ID =
"Editor1"
'Specifies whether the Enlarge editing window button appear.
editor.ShowEnlargeButton
= false
editor.Text =
"Hello World"
editor.Draw()
%>
Editor Class | CuteEditor Namespace