CommandBarComboBoxClass Methods

 

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

NameDescription
System_CAPS_pubmethodaccDoDefaultAction(Object^)

Performs the default action. This method is deprecated.

System_CAPS_pubmethodaccHitTest(Int32, Int32)

Gets the object at the specified coordinates. This method is deprecated.

System_CAPS_pubmethodaccLocation(Int32, Int32, Int32, Int32, Object^)

Gets the location of the control. This method is deprecated.

System_CAPS_pubmethodaccNavigate(Int32, Object^)

Navigates to another object. This method is deprecated.

System_CAPS_pubmethodaccSelect(Int32, Object^)

Selects an object. This method is deprecated.

System_CAPS_pubmethodadd_Change(_CommandBarComboBoxEvents_ChangeEventHandler^)

Adds the change event handler.

System_CAPS_pubmethodAddItem(String^, Object^)

Adds an item. This method is deprecated.

System_CAPS_pubmethodClear()

Clears the list. This method is deprecated.

System_CAPS_pubmethodCopy(Object^, Object^)

Copies this control to the specified position on the specified command bar.

System_CAPS_pubmethodDelete(Object^)

Removes this control from the collection.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodExecute()

Performs the action of this control.

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodMove(Object^, Object^)

Moves this control to the specified command bar at the specified position.

System_CAPS_pubmethodremove_Change(_CommandBarComboBoxEvents_ChangeEventHandler^)

Removes the change event handler.

System_CAPS_pubmethodRemoveItem(Int32)

Removes the item at the specified index. This method is deprecated.

System_CAPS_pubmethodReserved1()

Reserved.

System_CAPS_pubmethodReserved2()

Reserved.

System_CAPS_pubmethodReserved3()

Reserved.

System_CAPS_pubmethodReserved4()

Reserved.

System_CAPS_pubmethodReserved5()

Reserved.

System_CAPS_pubmethodReserved6()

Reserved.

System_CAPS_pubmethodReserved7()

Reserved.

System_CAPS_pubmethodReset()

Resets the control.

System_CAPS_pubmethodSetFocus()

Sets the focus on the control.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: