IWizCombo.item[Int32] Property

Definition

Gets the index of the item in the specified wizard combo box.

public:
 property System::String ^ item[int] { System::String ^ get(int nIndex); };
[System.Runtime.InteropServices.DispId(1610743816)]
public string item[int nIndex] { [System.Runtime.InteropServices.DispId(1610743816)] get; }
[<System.Runtime.InteropServices.DispId(1610743816)>]
[<get: System.Runtime.InteropServices.DispId(1610743816)>]
member this.item(int) : string
Public ReadOnly Property item(nIndex As Integer) As String

Parameters

nIndex
Int32

The index of the item to retrieve.

Property Value

The index of the item in the specified wizard combo box.

Attributes

Applies to