ICommandBarManager Interface Methods
For a list of all members of this type, see ICommandBarManager members.
Public Methods
Name | Description | |
---|---|---|
![]() | AddMenuItem | Add menu item in correct position. |
![]() | AddOptionSet | Create a new OptionSet identified by the specified Key An OptionSet is a set of StateButtonTools (a radio group) where at most one of the tools can can be in the Down (pressed) state. |
![]() | AddUICustomizationFile | Adds a new UI Customization file. |
![]() | AddUICustomizationFromStream | Adds a new UI Customization from the given stream. |
![]() | AddUICustomizationSet | Adds a set of UI Customization files. |
![]() | BeginInit | ISupportInitialize allows controls to optimize for multiple sets to properties. As a result, you can initialize co-dependent properties or batch set multiple properties at design time. Signal the object that initialization is starting. |
![]() | BeginUpdate | Signal the object that updating is starting. |
![]() | ClearXmlDefinitions | Clears all XML definitions. |
![]() | DeleteEmptyCommandBars | Delete any command bars that have no tools. |
![]() | DisableBackStageBackButton | filters Backstage back button UI element |
![]() | EndInit | ISupportInitialize allows controls to optimize for multiple sets to properties. As a result, you can initialize co-dependent properties or batch set multiple properties at design time. Signal that initialization is complete. |
![]() | EndUpdate | Signal that updating is complete. |
![]() | HideApplicationMenu | Hide the application menu (Backstage View) |
![]() | HideGallery | Hide the given gallery. |
![]() | HideWheel | Hide the given wheel. |
![]() | LoadLayout | Load the saved command CommandBars layout from a settings file. |
![]() | LoadUI | Overloaded. Creates the Menus,CommandBars and ContextMenus defined by the loaded UICustomization files. |
![]() | RaiseUILoaded | Raise UI loaded event. |
![]() | RebuildWheel | Rebuild an existing wheel for the given menu. |
![]() | SaveLayout | Save the current command CommandBars layout to a settings file. |
![]() | SelectTaskPane | Select the task-pane with the given key. |
![]() | SetUicPaths | Set the set of directories to search for uic files. |
![]() | ShowApplicationMenu | Show the application menu (Backstage View) |
![]() | ShowCustomizeDialog | Show the Customization dialog. |
![]() | ShowGallery | Show the given galleryTool as a gallery at the current cursor position. |
![]() | ShowMiniToolbar | Overloaded. Shows the mini toolbar to the user. |
![]() | ShowWheel | Show the given menu as a wheel at the current cursor position. |
![]() | SuppressToolTipsShowing | Determine if tooltips are being shown to disable tooltips. |
![]() | WheelClosed | Determine if the wheel is closed. |
![]() | WheelContextMenuShown | Determine if the wheels context menu is Shown to disable tooltips. |
![]() | WheelShown | Determine if the wheel is Shown to disable tooltips. |
See Also