CommandBars Methods

 

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

NameDescription
System_CAPS_pubmethodAdd(Object^, Object^, Object^, Object^)

Adds a command bar.(Inherited from _CommandBars.)

System_CAPS_pubmethodadd_OnUpdate(_CommandBarsEvents_OnUpdateEventHandler^)

Adds the OnUpdate event handler.(Inherited from _CommandBarsEvents_Event.)

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

Adds a command bar, including its protection level.(Inherited from _CommandBars.)

System_CAPS_pubmethodFindControl(Object^, Object^, Object^, Object^)

Finds the command bar control that has the specified characteristics.(Inherited from _CommandBars.)

System_CAPS_pubmethodFindControls(Object^, Object^, Object^, Object^)

Finds all the command bar controls that match the given criteria.(Inherited from _CommandBars.)

System_CAPS_pubmethodGetEnumerator()

Gets the enumerator for this collection.(Inherited from _CommandBars.)

System_CAPS_pubmethodReleaseFocus()

Releases the focus, if it is on a menu or toolbar.(Inherited from _CommandBars.)

System_CAPS_pubmethodremove_OnUpdate(_CommandBarsEvents_OnUpdateEventHandler^)

Removes the event handler.(Inherited from _CommandBarsEvents_Event.)

Return to top
Show: