ICommandBarManager Interface Properties
For a list of all members of this type, see ICommandBarManager members.
Public Properties
Name | Description | |
---|---|---|
![]() | AllowCustomization | Gets or sets the default Customization status for all CommandBars belonging to the CommandBarManager; |
![]() | CommandBars | Gets the collection of CommandBar objects currently managed by the CommandBarManager. |
![]() | Controls | Gets a Hashtable which contains controls to use for controls containers. |
![]() | CustomizationType | Gets or sets the type of customization. |
![]() | DisableClickEvents | Flag to disable click events. |
![]() | Enabled | Get or sets a property which controls the enabled state of all CommandBars. |
![]() | IsInEditMode | Informs if a control is currently in edit mode. |
![]() | IsUpdating | Gets whether the CommandBarManager is currently in update mode. (i.e. BeginInit() has been called) |
![]() | MenuBar | Gets the CommandBar object that represents the Main Menu Bar. |
![]() | MenuToolOptionSets | MenuTool OptionSets. |
![]() | MiniToolbarTools | Gets the MiniToolbar element. |
![]() | Ribbon | Gets the Ribbon object that represents the Office Ribbon. |
![]() | RootTools | Gets the collection of RootTool objects currently managed by the CommandBarManager. |
![]() | Style | Gets or sets a value that specifies the style of all CommandBars, PopupMenuTools, and tools. |
![]() | SuppressTooltips | Informs if tooltips should not be shown. |
See Also