Specifies the directory path which contains XML file (*.config). The XML file defines the toolbar appearance. Developers can use this property to specify a directory to store custom configuration files.

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

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

See Also