CommandBarsClass Properties

 

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

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.

Return to top
Show: