Represents the ways in which a command bar can be protected from user customization.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
声明
Public Enumeration MsoBarProtection
用法
Dim instance As MsoBarProtection
public enum MsoBarProtection
public enum class MsoBarProtection
type MsoBarProtection
public enum MsoBarProtection
Members
| Member name | Description | |
|---|---|---|
| msoBarNoProtection | The command bar is not protected. | |
| msoBarNoCustomize | Customization is not allowed. | |
| msoBarNoResize | Resizing is not allowed. | |
| msoBarNoMove | Moves are not allowed. | |
| msoBarNoChangeVisible | Changing the visibility is not allowed. | |
| msoBarNoChangeDock | Changing the dock location is not allowed. | |
| msoBarNoVerticalDock | Vertical docking is not allowed. | |
| msoBarNoHorizontalDock | Horizontal docking is not allowed. |