MsoBarProtection Enumeration

Specifies how a command bar is protected from user customization.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Public Enumeration MsoBarProtection
'Usage
Dim instance As MsoBarProtection
public enum MsoBarProtection

Members

Member name Description
msoBarNoProtection All aspects of command bar can be customized by user.
msoBarNoCustomize Command bar cannot be customized.
msoBarNoResize Command bar cannot be resized.
msoBarNoMove Command bar cannot be moved.
msoBarNoChangeVisible Command bar cannot be hidden.
msoBarNoChangeDock Docking setting cannot be changed.
msoBarNoVerticalDock Command bar cannot be docked to the left or right.
msoBarNoHorizontalDock Command bar cannot be docked to the top or bottom.

See Also

Reference

Microsoft.Office.Core Namespace