Specifies whether to display the editor toolbar.

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

Syntax

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

See Also