CuteEditor for .NET 6.0 Class Library

Editor.ConfigurationPath Property

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.

[Visual Basic]
Public Property ConfigurationPath As String
[C#]
public string ConfigurationPath {get; set;}

See Also

Editor Class | CuteEditor Namespace