This example show you all the predefined buttons.
<% Dim editor Set editor = New CuteEditor editor.ID = "Editor1" editor.Text = "..." editor.Draw() %>