Edit

Share via


_CommandBarComboBox.RemoveItem(Int32) Method

Definition

Removes an item from a command bar combo box control.

public:
 void RemoveItem(int Index);
public void RemoveItem (int Index);
abstract member RemoveItem : int -> unit
Public Sub RemoveItem (Index As Integer)

Parameters

Index
Int32

Required Integer. The item to be removed from the list.

Remarks

The property fails when applied to controls other than list controls.

Notes to callers

Applies to