Paul,
Please try the following code:
//see the AutoConfigure/Full.config
//<item type="dropdown" name="Links" RenderItemBorder="true" text="[[Links]]" command="InsertLink" />
if(Editor1.ToolControls["Links"]!=null)
{
CuteEditor.RichDropDownList dropdown=(CuteEditor.RichDropDownList)Editor1.ToolControls["Links"].Control;
//the first item is just the caption
CuteEditor.RichListItem richitem=dropdown.Items[0];
//clear the items from configuration files
//see Configuration/Shared/Common.config
dropdown.Items.Clear();
//add the caption - Links
dropdown.Items.Add(richitem);
//html and text and value
dropdown.Items.Add("<font color=red>CuteSoft</font>","*CuteSoft*","
http://www.cutesoft.net/");
}
Hope it helps.
Let me know if you have any further questions.
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