CommandBarsClass 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.

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.)

Return to top
Show: