Gaudicia,
If you want to disable the document button in the toolbar, please use th following property.
Editor.DisableItemList Property
The toolbar items needed to be disabled going to this string. Example DisableItemList="Bold, New, Delete"
Example Code
<%
Dim editor
Set editor = New CuteEditor
editor.ID = "Editor1"
'The toolbar items needed to be disabled going to this string.
editor.DisableItemList = "Bold, New, Delete"
editor.Text = "Hello World"
editor.Draw()
%>
If you want to disable the new button in the dodcument dialog, please check the following instruction.
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
asp wysiwyg html editor: http://cutesoft.net/ASP
asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
Live Support: http://cutesoft.net/live-support/default.aspx