CommandBars Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
| Name | Description | |
|---|---|---|
![]() | Add(Object^, Object^, Object^, Object^) | Adds a command bar.(Inherited from _CommandBars.) |
![]() | add_OnUpdate(_CommandBarsEvents_OnUpdateEventHandler^) | Adds the OnUpdate event handler.(Inherited from _CommandBarsEvents_Event.) |
![]() | AddEx(Object^, Object^, Object^, Object^, Object^) | Adds a command bar, including its protection level.(Inherited from _CommandBars.) |
![]() | FindControl(Object^, Object^, Object^, Object^) | Finds the command bar control that has the specified characteristics.(Inherited from _CommandBars.) |
![]() | FindControls(Object^, Object^, Object^, Object^) | Finds all the command bar controls that match the given criteria.(Inherited from _CommandBars.) |
![]() | GetEnumerator() | Gets the enumerator for this collection.(Inherited from _CommandBars.) |
![]() | ReleaseFocus() | Releases the focus, if it is on a menu or toolbar.(Inherited from _CommandBars.) |
![]() | remove_OnUpdate(_CommandBarsEvents_OnUpdateEventHandler^) | Removes the event handler.(Inherited from _CommandBarsEvents_Event.) |
Show:
