CommandBarsClass Class
Visual Studio 2012
See _CommandBars for details.
Namespace:
Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
The CommandBarsClass type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ActionControl | Gets the CommandBarControl whose OnAction event initiated the procedure that is currently running. |
![]() | ActiveMenuBar | Gets the menu bar that is currently active. |
![]() | AdaptiveMenus | Determines whether the set of controls is determined by usage. |
![]() | Application | Gets the DTE object. |
![]() | Count | Gets the number of CommandBars objects this contains. |
![]() | Creator | Gets the ID of the application. |
![]() | DisableAskAQuestionDropdown | Determines whether the AskAQuestion dropdown is disabled. Always returns true. |
![]() | DisableCustomize | Determines whether user customizations have been disabled. |
![]() | DisplayFonts | Determines whether a font name in the Font dropdown is displayed with the font of that name. Always returns false. |
![]() | DisplayKeysInTooltips | Determines whether key bindings are displayed in tooltips. |
![]() | DisplayTooltips | Determines whether tooltips are displayed for command bar controls. |
![]() | IdsString | Get the IDs string. This property is deprecated. |
![]() | Item | Gets the command bar that matches the given name or index. |
![]() | LargeButtons | Determines whether large buttons are displayed on command bars. Always returns false. |
![]() | MenuAnimationStyle | Gets or sets the kind of animation style that is used when menus are displayed. Always returns msoMenuAnimationNone. |
![]() | Parent | Gets the parent of the CommandBars object, which is the DTE object. |
![]() | TmcGetName | Gets the name. This method has been deprecated. |
| Name | Description | |
|---|---|---|
![]() | Add | Adds a command bar. |
![]() | add_OnUpdate | |
![]() | AddEx | Adds a command bar, including its protection level. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | FindControl | Finds the command bar control that has the specified characteristics. |
![]() | FindControls | Finds all the command bar controls that match the given criteria. |
![]() | GetEnumerator | Gets the enumerator. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ReleaseFocus | Releases the focus on this command bar. |
![]() | remove_OnUpdate | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
This class implements the interface _CommandBars and _CommandBarsEvents_Event, and inherits from the class CommandBars.
