Represents Several predefined sets of buttons. These configurations are applied using AutoConfigure property.

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

Syntax

C#
public enum AutoConfigure
Visual Basic (Declaration)
Public Enumeration AutoConfigure
Visual C++
public enum class AutoConfigure

Members

Member nameDescription
None
Disables all items on the toolbar
Default
Enables the buttons in the ~/CuteSoft_Client/CuteEditor/Configuration/AutoConfigure/Default.config file
Full
Enables the buttons in the ~/CuteSoft_Client/CuteEditor/Configuration/AutoConfigure/Full.config file
Full_noform
Enables the buttons in the ~/CuteSoft_Client/CuteEditor/Configuration/AutoConfigure/Full_noform.config file
Compact
Enables the buttons in the ~/CuteSoft_Client/CuteEditor/Configuration/AutoConfigure/Compact.config file
Minimal
Enables the buttons in the ~/CuteSoft_Client/CuteEditor/Configuration/AutoConfigure/Minimal.config file
Simple
Enables the buttons in the ~/CuteSoft_Client/CuteEditor/Configuration/AutoConfigure/Simple.config file

See Also