the subject.
some code:
txt = New RichTextBox
txt.ShowBottomBar = False
txt.ShowToolBar = False
txt.EnableBrowserContextMenu = True
txt.Width = Unit.Percentage(100)
txt.ActiveTab = CuteEditor.TabType.View
However manual change from Normal/HTML to Preview mode correctly marks the window as read-only.