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.AutoConfigure(Config.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: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

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

See Also