Specifies whether to display the editor code view toolbar.

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public RTEBooleanValue ShowCodeToolbar { get; set; }
Visual Basic
Public Property ShowCodeToolbar As RTEBooleanValue
	Get
	Set
Visual C++
public:
property RTEBooleanValue ShowCodeToolbar {
	RTEBooleanValue get ();
	void set (RTEBooleanValue value);
}

See Also