XlToolbarProtection Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies which properties of a toolbar are restricted. Options may be combined using Or.
public enum class XlToolbarProtection
public enum XlToolbarProtection
Public Enum XlToolbarProtection
- Inheritance
-
XlToolbarProtection
Fields
Name | Value | Description |
---|---|---|
xlToolbarProtectionNone | -4143 | All changes permitted. |
xlNoButtonChanges | 1 | No button changes permitted. |
xlNoShapeChanges | 2 | No changes to toolbar shape. |
xlNoDockingChanges | 3 | No changes to toolbar's docking position. |
xlNoChanges | 4 | No changes of any kind. |