CommandBars 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. (Inherited from _CommandBars.)

System_CAPS_pubpropertyActiveMenuBar

Gets the menu bar that is currently active.(Inherited from _CommandBars.)

System_CAPS_pubpropertyAdaptiveMenus

Determines whether the set of controls is determined by usage. Always returns false.(Inherited from _CommandBars.)

System_CAPS_pubpropertyApplication

Gets the DTE object.(Inherited from _CommandBars.)

System_CAPS_pubpropertyCount

Gets the number of CommandBars objects this contains.(Inherited from _CommandBars.)

System_CAPS_pubpropertyCreator

Gets the ID of the application.(Inherited from _CommandBars.)

System_CAPS_pubpropertyDisableAskAQuestionDropdown

Determines whether the AskAQuestion dropdown is disabled. Always returns true.(Inherited from _CommandBars.)

System_CAPS_pubpropertyDisableCustomize

Determines whether user customizations have been disabled.(Inherited from _CommandBars.)

System_CAPS_pubpropertyDisplayFonts

Determines whether a font name in the Font dropdown is displayed with the font of that name. Always returns false.(Inherited from _CommandBars.)

System_CAPS_pubpropertyDisplayKeysInTooltips

Determines whether key bindings are displayed in tooltips. Always returns true.(Inherited from _CommandBars.)

System_CAPS_pubpropertyDisplayTooltips

Determines whether tooltips are displayed for command bar controls. Always returns true.(Inherited from _CommandBars.)

System_CAPS_pubpropertyIdsString[Int32, String^]

This property is deprecated.(Inherited from _CommandBars.)

System_CAPS_pubpropertyItem[Object^]

Gets the command bar that matches the given name or index.(Inherited from _CommandBars.)

System_CAPS_pubpropertyLargeButtons

Determines whether large buttons are displayed on command bars. Always returns false.(Inherited from _CommandBars.)

System_CAPS_pubpropertyMenuAnimationStyle

Gets or sets the kind of animation style that is used when menus are displayed. Always returns msoMenuAnimationNone.(Inherited from _CommandBars.)

System_CAPS_pubpropertyParent

Gets the parent of this command bar, which is the DTE object.(Inherited from _CommandBars.)

System_CAPS_pubpropertyTmcGetName[Int32, String^]

This method is deprecated.(Inherited from _CommandBars.)

Return to top
Show: