IWizCombo.RemoveItem(Int32) Method

Definition

Removes the specified item from the wizard combo box.

public:
 void RemoveItem(int nIndex);
public:
 void RemoveItem(int nIndex);
void RemoveItem(int nIndex);
[System.Runtime.InteropServices.DispId(1610743809)]
public void RemoveItem (int nIndex);
[<System.Runtime.InteropServices.DispId(1610743809)>]
abstract member RemoveItem : int -> unit
Public Sub RemoveItem (nIndex As Integer)

Parameters

nIndex
Int32

Required. The index number identifying the item to remove.

Attributes

Applies to