[]
        
(Showing Draft Content)

C1.Win.Command.CustomizeOptionsFlags

CustomizeOptionsFlags Enum

Specifies which customization options are available at runtime.

Use members of this enumeration to set the value of the CustomizeOptions property of a C1ToolBar.

The members of this enumeration can be combined using the bitwise OR operation.

Namespace: C1.Win.Command
Assembly: C1.Win.Command.8.dll
Syntax
[Flags]
[TypeConverter(typeof(ToolBarCustomizeOptionsConverter))]
public enum CustomizeOptionsFlags

Fields

Name Description
AllowAddItem

A new C1CommandLink can be added to a toolbar.

AllowAll

Allow all actions.

AllowDelete

Toolbars can be deleted.

AllowNone

Nothing is allowed.

AllowRemoveItem

Command links in toolbar can be removed.

AllowToggleCustomizeButton

Customize button can be enabled or disabled.

HideCustomizeOption

Hides Customize menu item from Add and Remove Buttons menu.