Share via


WizComboClass.item[Int32] Property

Definition

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

public:
 virtual property System::String ^ item[int] { System::String ^ get(int nIndex); };
[System.Runtime.InteropServices.DispId(1610743816)]
public virtual 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 Overridable 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.

Implements

Attributes

Applies to