Represents Several predefined sets of buttons. These configurations are applied using AutoConfigure property.
Namespace: CuteEditorAssembly: 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 name | Value | Description | |
---|---|---|---|
None | 0 | Disables all items on the toolbar | |
Default | 1 | Enables the buttons in the ~/CuteSoft_Client/CuteEditor/Configuration/AutoConfigure/Default.config file | |
Full | 2 | Enables the buttons in the ~/CuteSoft_Client/CuteEditor/Configuration/AutoConfigure/Full.config file | |
Full_noform | 3 | Enables the buttons in the ~/CuteSoft_Client/CuteEditor/Configuration/AutoConfigure/Full_noform.config file | |
Compact | 4 | Enables the buttons in the ~/CuteSoft_Client/CuteEditor/Configuration/AutoConfigure/Compact.config file | |
Minimal | 5 | Enables the buttons in the ~/CuteSoft_Client/CuteEditor/Configuration/AutoConfigure/Minimal.config file | |
Simple | 6 | Enables the buttons in the ~/CuteSoft_Client/CuteEditor/Configuration/AutoConfigure/Simple.config file |