Auto configures the toolbar with a set of buttons. Provides a mechanism for rapidly autoconfigures the toolbar with a set of predefined buttons. For example to enable every toolbar button and menu, do this: editor1.Toolbar="full". Note that this method will affect properties of the editor, so it is usually best to call it before any other property or method.

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

Syntax

C#
public string Toolbar { get; set; }
Visual Basic
Public Property Toolbar As String
	Get
	Set
Visual C++
public:
property String^ Toolbar {
	String^ get ();
	void set (String^ value);
}

See Also