Trying to render HTML-formatted text, images, hyperlinks without the user making any changes.
How do I hide the toolbar items from appearing?
WebHTMLEditor.Toolbar.Items.Clear still displays the text format options like Bold, Italic, Underline, etc.
So I went into Properties -> Controls -> Items and removed all the Toolbar Items. Then, and this is the trick, I went Add -> Add Seperator -> No Bars.
Kind of ugly but it seems to work. It would be nice if there were a visibility property for the Toolbar.