CuteEditor for .NET 6.2 Class Library

AutoConfigure Enumeration

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

[Visual Basic]
Public Enum AutoConfigure
[C#]
public enum AutoConfigure

Members

Member Name Description
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

Requirements

Namespace: CuteEditor

Assembly: CuteEditor (in CuteEditor.dll)

See Also

CuteEditor Namespace