Gets or sets the programmatic identifier assigned to the Cute Editor control.
Example Code
<%
Dim editor
Set editor =
New CuteEditor
'Gets
or sets the programmatic identifier assigned to the Cute Editor control.
editor.ID =
"Editor1"
editor.Text =
"Hello World"
editor.Draw()
%>
Editor Class | CuteEditor Namespace