CommandBarsClass Class

 

See _CommandBars for details.

Namespace:   Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

System.Object
  Microsoft.VisualStudio.CommandBars.CommandBarsClass

[ComSourceInterfacesAttribute("")]
[ClassInterfaceAttribute(0)]
[GuidAttribute("2280D7E1-DBEB-4D9C-A3C6-B12CDDDBD1AF")]
public class CommandBarsClass : _CommandBars, CommandBars, _CommandBarsEvents_Event, 
	IEnumerable

NameDescription
System_CAPS_pubpropertyActionControl

Gets the CommandBarControl whose OnAction event initiated the procedure that is currently running.

System_CAPS_pubpropertyActiveMenuBar

Gets the menu bar that is currently active.

System_CAPS_pubpropertyAdaptiveMenus

Determines whether the set of controls is determined by usage.

System_CAPS_pubpropertyApplication

Gets the DTE object.

System_CAPS_pubpropertyCount

Gets the number of CommandBars objects this contains.

System_CAPS_pubpropertyCreator

Gets the ID of the application.

System_CAPS_pubpropertyDisableAskAQuestionDropdown

Determines whether the AskAQuestion dropdown is disabled. Always returns true.

System_CAPS_pubpropertyDisableCustomize

Determines whether user customizations have been disabled.

System_CAPS_pubpropertyDisplayFonts

Determines whether a font name in the Font dropdown is displayed with the font of that name. Always returns false.

System_CAPS_pubpropertyDisplayKeysInTooltips

Determines whether key bindings are displayed in tooltips.

System_CAPS_pubpropertyDisplayTooltips

Determines whether tooltips are displayed for command bar controls.

System_CAPS_pubpropertyIdsString[Int32, String]

Get the IDs string. This property is deprecated.

System_CAPS_pubpropertyItem[Object]

Gets the command bar that matches the given name or index.

System_CAPS_pubpropertyLargeButtons

Determines whether large buttons are displayed on command bars. Always returns false.

System_CAPS_pubpropertyMenuAnimationStyle

Gets or sets the kind of animation style that is used when menus are displayed. Always returns msoMenuAnimationNone.

System_CAPS_pubpropertyParent

Gets the parent of the CommandBars object, which is the DTE object.

System_CAPS_pubpropertyTmcGetName[Int32, String]

Gets the name. This method has been deprecated.

NameDescription
System_CAPS_pubmethodAdd(Object, Object, Object, Object)

Adds a command bar.

System_CAPS_pubmethodadd_OnUpdate(_CommandBarsEvents_OnUpdateEventHandler)

Adds the OnUpdate event handler.

System_CAPS_pubmethodAddEx(Object, Object, Object, Object, Object)

Adds a command bar, including its protection level.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodFindControl(Object, Object, Object, Object)

Finds the command bar control that has the specified characteristics.

System_CAPS_pubmethodFindControls(Object, Object, Object, Object)

Finds all the command bar controls that match the given criteria.

System_CAPS_pubmethodGetEnumerator()

Gets the enumerator.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodReleaseFocus()

Releases the focus on this command bar.

System_CAPS_pubmethodremove_OnUpdate(_CommandBarsEvents_OnUpdateEventHandler)

Removes the OnUpdate event handler.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventOnUpdate

Handles the case when the set of command bars is updated. This event is deprecated.

This class implements the interface _CommandBars and _CommandBarsEvents_Event, and inherits from the class CommandBars.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: