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