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

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

Syntax

C#
public enum AutoConfigure
Visual Basic
Public Enumeration AutoConfigure
Visual C++
public enum class AutoConfigure

Members

Member nameValueDescription
None0 Disables all items on the toolbar
Default1 Enables the buttons in the ~/CuteSoft_Client/CuteEditor/Configuration/AutoConfigure/Default.config file
Full2 Enables the buttons in the ~/CuteSoft_Client/CuteEditor/Configuration/AutoConfigure/Full.config file
Full_noform3 Enables the buttons in the ~/CuteSoft_Client/CuteEditor/Configuration/AutoConfigure/Full_noform.config file
Compact4 Enables the buttons in the ~/CuteSoft_Client/CuteEditor/Configuration/AutoConfigure/Compact.config file
Minimal5 Enables the buttons in the ~/CuteSoft_Client/CuteEditor/Configuration/AutoConfigure/Minimal.config file
Simple6 Enables the buttons in the ~/CuteSoft_Client/CuteEditor/Configuration/AutoConfigure/Simple.config file

See Also