_CommandBarComboBox.RemoveItem(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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